public interface DistFeeder extends DistBranchAdapter
DistAdapterPackage.getDistFeeder()
Modifier and Type | Method and Description |
---|---|
double |
getLength() |
Unit.UnitType |
getLengthUnit()
"Ft" or "M"
|
org.apache.commons.math3.complex.Complex |
getShuntY() |
org.apache.commons.math3.complex.Complex |
getShuntY0() |
Unit.UnitType |
getShuntYUnit() |
org.apache.commons.math3.complex.Complex |
getZ0() |
org.apache.commons.math3.complex.Complex |
getZ1() |
Unit.UnitType |
getZUnit() |
void |
setLength(double l,
Unit.UnitType unit)
Set feeder length in the unit specified.
|
void |
setShuntY(org.apache.commons.math3.complex.Complex y1,
org.apache.commons.math3.complex.Complex y0,
Unit.UnitType unit)
Set feeder Half Shunt B in the unit specified: Unit: PU, Mho and MicroMho.
|
void |
setZ(org.apache.commons.math3.complex.Complex z1,
org.apache.commons.math3.complex.Complex z0,
Unit.UnitType unit)
Set feeder 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 getLength()
Unit.UnitType getLengthUnit()
org.apache.commons.math3.complex.Complex getZ1()
org.apache.commons.math3.complex.Complex getZ0()
Unit.UnitType getZUnit()
org.apache.commons.math3.complex.Complex getShuntY()
org.apache.commons.math3.complex.Complex getShuntY0()
Unit.UnitType getShuntYUnit()
void setLength(double l, Unit.UnitType unit)
void setZ(org.apache.commons.math3.complex.Complex z1, org.apache.commons.math3.complex.Complex z0, Unit.UnitType unit)
void setShuntY(org.apache.commons.math3.complex.Complex y1, org.apache.commons.math3.complex.Complex y0, Unit.UnitType unit)