public interface DistXformer extends DistBranchAdapter
DistAdapterPackage.getDistXformer()
Modifier and Type | Method and Description |
---|---|
XFormerConnectCode |
getPrimaryConnect() |
BusScGrounding |
getPrimaryGrounding() |
double |
getPrimaryRatedV() |
double |
getPrimaryTurnRatio() |
Unit.UnitType |
getRatedVUnit()
"Volt", "KV"
|
double |
getRating() |
Unit.UnitType |
getRatingUnit()
"MVA", "KVA"
|
XFormerConnectCode |
getSecondaryConnect() |
BusScGrounding |
getSecondaryGrounding() |
double |
getSecondaryRatedV() |
double |
getSecondaryTurnRatio() |
Unit.UnitType |
getTurnRatioUnit() |
org.apache.commons.math3.complex.Complex |
getZ0() |
org.apache.commons.math3.complex.Complex |
getZ1() |
Unit.UnitType |
getZUnit() |
void |
setConnect(XFormerConnectCode priCon,
XFormerConnectCode secCon) |
void |
setRatedVoltage(double primaryV,
double secondaryV,
Unit.UnitType unit)
Set transformer rated voltage in the unit specified.
|
void |
setRating(double r,
Unit.UnitType unit)
Set transformer rating in the unit specified.
|
void |
setTurnRatio(double priTap,
double secTap,
Unit.UnitType unit)
Set transformer tap in the unit specified.
|
void |
setZ(org.apache.commons.math3.complex.Complex z1,
org.apache.commons.math3.complex.Complex z0,
Unit.UnitType unit)
Set transformer Z in the unit specified.
|
getServiceSchedule, getZ1pu, setAcscBranchData, setServiceSchedule, toString
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 getRating()
Unit.UnitType getRatingUnit()
double getPrimaryRatedV()
double getSecondaryRatedV()
Unit.UnitType getRatedVUnit()
org.apache.commons.math3.complex.Complex getZ1()
org.apache.commons.math3.complex.Complex getZ0()
Unit.UnitType getZUnit()
double getPrimaryTurnRatio()
double getSecondaryTurnRatio()
Unit.UnitType getTurnRatioUnit()
XFormerConnectCode getPrimaryConnect()
XFormerConnectCode getSecondaryConnect()
BusScGrounding getPrimaryGrounding()
BusScGrounding getSecondaryGrounding()
void setRatedVoltage(double primaryV, double secondaryV, Unit.UnitType unit)
void setRating(double r, Unit.UnitType unit)
void setZ(org.apache.commons.math3.complex.Complex z1, org.apache.commons.math3.complex.Complex z0, Unit.UnitType unit)
void setTurnRatio(double priTap, double secTap, Unit.UnitType unit)
void setConnect(XFormerConnectCode priCon, XFormerConnectCode secCon)