public interface AclfBranchAdapter extends BranchRef<AclfBranch>
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
getFromShuntY(Unit.UnitType unit)
Get branch from side shunt Y in the unit specified.
|
double |
getMvaRating1()
Get branch mva rating-1
|
double |
getMvaRating2()
Get branch mva rating-2
|
double |
getMvaRating3()
Get branch mva rating-3
|
org.apache.commons.math3.complex.Complex |
getToShuntY(Unit.UnitType unit)
Get branch to side shunt Y in the unit specified.
|
org.apache.commons.math3.complex.Complex |
getZ(Unit.UnitType unit,
double baseV)
Get branch z in the unit specified
|
void |
setFromShuntY(org.apache.commons.math3.complex.Complex y)
Set branch from side shunt Y.
|
void |
setFromShuntY(org.apache.commons.math3.complex.Complex y,
Unit.UnitType unit)
Set branch from side shunt Y in the unit specified.
|
void |
setMvaRating1(double mva)
Set branch mva rating-1
|
void |
setMvaRating2(double mva)
Set branch mva rating-2
|
void |
setMvaRating3(double mva)
Set branch mva rating-3
|
void |
setToShuntY(org.apache.commons.math3.complex.Complex y)
Set branch to side shunt Y.
|
void |
setToShuntY(org.apache.commons.math3.complex.Complex y,
Unit.UnitType unit)
Set branch to side shunt Y in the unit specified.
|
void |
setZ(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV)
Set branch z in the unit specified
|
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
double getMvaRating1()
void setMvaRating1(double mva)
mva
- mva rating value
double getMvaRating2()
void setMvaRating2(double mva)
mva
- mva rating value
double getMvaRating3()
void setMvaRating3(double mva)
mva
- mva rating value
org.apache.commons.math3.complex.Complex getZ(Unit.UnitType unit, double baseV)
unit
- Z unitbaseV
- base voltage for Z unit conversion
void setZ(org.apache.commons.math3.complex.Complex z, Unit.UnitType unit, double baseV)
z
- z valueunit
- z unitbaseV
- base voltage for z unit conversion
org.apache.commons.math3.complex.Complex getFromShuntY(Unit.UnitType unit)
unit
- shunt Y unit
org.apache.commons.math3.complex.Complex getToShuntY(Unit.UnitType unit)
unit
- shunt Y unit
void setFromShuntY(org.apache.commons.math3.complex.Complex y)
y
- shunt Y value
void setToShuntY(org.apache.commons.math3.complex.Complex y)
y
- shunt Y value
void setFromShuntY(org.apache.commons.math3.complex.Complex y, Unit.UnitType unit)
y
- shunt Y valueunit
- shunt Y unit
void setToShuntY(org.apache.commons.math3.complex.Complex y, Unit.UnitType unit)
y
- shunt Y valueunit
- shunt Y unit