public interface Aclf3WXformerAdapter extends BranchRef<Aclf3WBranch>
Modifier and Type | Method and Description |
---|---|
double |
getFromTurnRatio()
Get Xfr from side tap in pu
|
double |
getTertTurnRatio()
get xfr to side tap in pu
|
double |
getToTurnRatio()
get xfr to side tap in pu
|
void |
setFromTurnRatio(double x)
Get Xfr from side tap in pu
|
void |
setFromTurnRatio(double x,
Unit.UnitType unit)
Get Xfr from side tap in pu
|
void |
setTertTurnRatio(double x)
Get Xfr from side tap in pu
|
void |
setTertTurnRatio(double x,
Unit.UnitType unit)
Get Xfr from side tap in pu
|
void |
setToTurnRatio(double x)
Get Xfr from side tap in pu
|
void |
setToTurnRatio(double x,
Unit.UnitType unit)
Get Xfr from side tap in pu
|
void |
setZ(org.apache.commons.math3.complex.Complex zFromTo,
org.apache.commons.math3.complex.Complex zFromTert,
org.apache.commons.math3.complex.Complex zToTert)
it is assumed that Y is measured and connected at high voltage side
|
void |
setZ(org.apache.commons.math3.complex.Complex zFromTo,
org.apache.commons.math3.complex.Complex zFromTert,
org.apache.commons.math3.complex.Complex zToTert,
Unit.UnitType unit,
double baseV)
it is assumed that Y is measured and connected at high voltage side
|
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
void setZ(org.apache.commons.math3.complex.Complex zFromTo, org.apache.commons.math3.complex.Complex zFromTert, org.apache.commons.math3.complex.Complex zToTert)
zFromTo
- from-to ZzFromTert
- from-tertiaray ZzToTert
- to-tertiaray Z
void setZ(org.apache.commons.math3.complex.Complex zFromTo, org.apache.commons.math3.complex.Complex zFromTert, org.apache.commons.math3.complex.Complex zToTert, Unit.UnitType unit, double baseV)
zFromTo
- from-to ZzFromTert
- from-tertiaray ZzToTert
- to-tertiary Zunit
- Z unitbaseV
- base votlage for Z unit conversion
double getFromTurnRatio()
double getToTurnRatio()
double getTertTurnRatio()
void setFromTurnRatio(double x)
void setToTurnRatio(double x)
x
- turn ratio value
void setTertTurnRatio(double x)
x
- turn ratio value
void setFromTurnRatio(double x, Unit.UnitType unit)
x
- from turn ratiounit
- turn ratio unit
void setToTurnRatio(double x, Unit.UnitType unit)
x
- turn ratio valueunit
- turn ratio unit
void setTertTurnRatio(double x, Unit.UnitType unit)
x
- turn ratio valueunit
- turn ratio unit