public interface AcscXformer extends AclfXformer
AcscObjAdapterPackage.getAcscXformer()| Modifier and Type | Method and Description |
|---|---|
XfrConnectCode |
getFromConnect()
Get from side xfr connection code
|
org.apache.commons.math3.complex.Complex |
getFromGroundZ(Unit.UnitType unit,
double baseV)
Get xfr from side Z in the unit specified.
|
XfrConnectCode |
getToConnect()
Get to side xfr connection code
|
org.apache.commons.math3.complex.Complex |
getToGroundZ(Unit.UnitType unit,
double baseV)
Get xfr to side Z in the unit specified.
|
org.apache.commons.math3.complex.Complex |
getZ0(Unit.UnitType unit,
double baseV)
Get xfr Z0 in the unit specified.
|
void |
setFromConnectGroundZ(XfrConnectCode connect,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr from side Z in the unit specified.
|
void |
setToConnectGroundZ(XfrConnectCode connect,
org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit)
Set xfr to side Z in the unit specified.
|
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, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatuseAllContents, 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
XfrConnectCode getFromConnect()
XfrConnectCode getToConnect()
org.apache.commons.math3.complex.Complex getFromGroundZ(Unit.UnitType unit, double baseV)
unit - z unitbaseV - base voltage for unit conversion
org.apache.commons.math3.complex.Complex getToGroundZ(Unit.UnitType unit, double baseV)
unit - z unitbaseV - base voltage for unit conversion
void setZ0(org.apache.commons.math3.complex.Complex z,
Unit.UnitType unit,
double baseV)
z - z valueunit - z unitbaseV - base voltage for unit conversion
void setFromConnectGroundZ(XfrConnectCode connect, org.apache.commons.math3.complex.Complex z, Unit.UnitType unit)
connect - connection typez - z valueunit - z unit
void setToConnectGroundZ(XfrConnectCode connect, org.apache.commons.math3.complex.Complex z, Unit.UnitType unit)
connect - connection typez - z valueunit - z unit