public interface AcscXformerAdapter extends AclfXformerAdapter
| Modifier and Type | Method and Description |
|---|---|
XFormerScGrounding |
getFromGrounding()
Get from side xfr grounding
|
XFormerScGrounding |
getToGrounding()
Get to side xfr grounding
|
org.apache.commons.math3.complex.Complex |
getZ0(Unit.UnitType unit,
double baseV)
Get xfr Z0 in the unit specified.
|
void |
setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z)
Set xfr from-side grounding.
|
void |
setFromGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr from-side grounding
|
void |
setFromGrounding(XFormerScGrounding grounding)
Set xfr from side grounding info
|
void |
setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z)
Set xfr to-side grounding.
|
void |
setToGrounding(BusGroundCode groundCode,
XFormerConnectCode connectCode,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr to-side gronding
|
void |
setToGrounding(XFormerScGrounding grounding)
Set xfr to side grounding info
|
void |
setZ0(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV)
Set xfr Z0 in the unit specified.
|
getComplexFromTurnRatio, getComplexToTurnRatio, getFromTurnRatio, getToTurnRatio, kva, setFromTurnRatio, setFromTurnRatio, setToTurnRatio, setToTurnRatiogetFromShuntY, getMvaRating1, getMvaRating2, getMvaRating3, getToShuntY, getZ, setFromShuntY, setFromShuntY, setMvaRating1, setMvaRating2, setMvaRating3, setToShuntY, setToShuntY, setZcheckData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfoeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetorg.apache.commons.math3.complex.Complex getZ0(Unit.UnitType unit, double baseV)
unit - z unitbaseV - base voltage for unit conversion
XFormerScGrounding getFromGrounding()
XFormerScGrounding getToGrounding()
void setFromGrounding(BusGroundCode groundCode, XFormerConnectCode connectCode, org.apache.commons.math3.complex.Complex z, Unit.UnitType unit)
groundCode - connection typeconnectCode - connection typez - z valueunit - z unit
void setFromGrounding(BusGroundCode groundCode, XFormerConnectCode connectCode, org.apache.commons.math3.complex.Complex z)
groundCode - connection typeconnectCode - connection typez - z value
void setToGrounding(BusGroundCode groundCode, XFormerConnectCode connectCode, org.apache.commons.math3.complex.Complex z, Unit.UnitType unit)
groundCode - connection typeconnectCode - connection typez - z valueunit - z unit
void setToGrounding(BusGroundCode groundCode, XFormerConnectCode connectCode, org.apache.commons.math3.complex.Complex z)
groundCode - connection typeconnectCode - connection typez - z value
void setFromGrounding(XFormerScGrounding grounding)
grounding - connection type
void setToGrounding(XFormerScGrounding grounding)
grounding - connection type
void setZ0(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV)
z - z valueunit - z unitbaseV - base voltage for unit conversion