public interface DistBranch extends Branch, IDistBranchAdaptation, BranchRef<AcscBranch>
The following features are supported:
DistPackage.getDistBranch()
Modifier and Type | Method and Description |
---|---|
AcscBranch |
getAcscBranch()
get the referenced AcscBranch object
|
DistBranchCode |
getBranchCode()
Returns the value of the 'Branch Code' attribute.
|
org.apache.commons.math3.complex.Complex |
getHShuntY()
Returns the value of the 'HShunt Y' attribute.
|
org.apache.commons.math3.complex.Complex |
getHShuntY0()
Returns the value of the 'HShunt Y0' attribute.
|
double |
getLength()
Returns the value of the 'Length' attribute.
|
Unit.UnitType |
getLengthUnit()
Returns the value of the 'Length Unit' attribute.
|
LoadBranchData |
getLoadScheduleData()
Returns the value of the 'Load Schedule Data' containment reference.
|
XFormerConnectCode |
getPrimaryConnect()
Returns the value of the 'Primary Connect' attribute.
|
BusScGrounding |
getPrimaryGrounding()
Returns the value of the 'Primary Grounding' containment reference.
|
double |
getPrimaryRatedV()
Returns the value of the 'Primary Rated V' attribute.
|
double |
getPrimaryTurnRatio()
Returns the value of the 'Primary Turn Ratio' attribute.
|
Unit.UnitType |
getRatedVUnit()
Returns the value of the 'Rated VUnit' attribute.
|
XFormerConnectCode |
getSecondaryConnect()
Returns the value of the 'Secondary Connect' attribute.
|
BusScGrounding |
getSecondaryGrounding()
Returns the value of the 'Secondary Grounding' containment reference.
|
double |
getSecondaryRatedV()
Returns the value of the 'Secondary Rated V' attribute.
|
double |
getSecondaryTurnRatio()
Returns the value of the 'Secondary Turn Ratio' attribute.
|
Unit.UnitType |
getShuntYUnit()
Returns the value of the 'Shunt YUnit' attribute.
|
double |
getXfrRating()
Returns the value of the 'Xfr Rating' attribute.
|
Unit.UnitType |
getXfrRatingUnit()
Returns the value of the 'Xfr Rating Unit' attribute.
|
Unit.UnitType |
getXfrTurnRatioUnit()
Returns the value of the 'Xfr Turn Ratio Unit' attribute.
|
org.apache.commons.math3.complex.Complex |
getZ0()
Returns the value of the 'Z0' attribute.
|
org.apache.commons.math3.complex.Complex |
getZ1()
Returns the value of the 'Z1' attribute.
|
Unit.UnitType |
getZUnit()
Returns the value of the 'ZUnit' attribute.
|
void |
setBranchCode(DistBranchCode value)
Sets the value of the '
Branch Code ' attribute. |
void |
setHShuntY(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
HShunt Y ' attribute. |
void |
setHShuntY0(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
HShunt Y0 ' attribute. |
void |
setLength(double value)
Sets the value of the '
Length ' attribute. |
void |
setLengthUnit(Unit.UnitType value)
Sets the value of the '
Length Unit ' attribute. |
void |
setLoadScheduleData(LoadBranchData value)
Sets the value of the '
Load Schedule Data ' containment reference. |
void |
setPrimaryConnect(XFormerConnectCode value)
Sets the value of the '
Primary Connect ' attribute. |
void |
setPrimaryGrounding(BusScGrounding value)
Sets the value of the '
Primary Grounding ' containment reference. |
void |
setPrimaryRatedV(double value)
Sets the value of the '
Primary Rated V ' attribute. |
void |
setPrimaryTurnRatio(double value)
Sets the value of the '
Primary Turn Ratio ' attribute. |
void |
setRatedVUnit(Unit.UnitType value)
Sets the value of the '
Rated VUnit ' attribute. |
void |
setSecondaryConnect(XFormerConnectCode value)
Sets the value of the '
Secondary Connect ' attribute. |
void |
setSecondaryGrounding(BusScGrounding value)
Sets the value of the '
Secondary Grounding ' containment reference. |
void |
setSecondaryRatedV(double value)
Sets the value of the '
Secondary Rated V ' attribute. |
void |
setSecondaryTurnRatio(double value)
Sets the value of the '
Secondary Turn Ratio ' attribute. |
void |
setShuntYUnit(Unit.UnitType value)
Sets the value of the '
Shunt YUnit ' attribute. |
void |
setXfrRating(double value)
Sets the value of the '
Xfr Rating ' attribute. |
void |
setXfrRatingUnit(Unit.UnitType value)
Sets the value of the '
Xfr Rating Unit ' attribute. |
void |
setXfrTurnRatioUnit(Unit.UnitType value)
Sets the value of the '
Xfr Turn Ratio Unit ' attribute. |
void |
setZ0(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Z0 ' attribute. |
void |
setZ1(org.apache.commons.math3.complex.Complex value)
Sets the value of the '
Z1 ' attribute. |
void |
setZUnit(Unit.UnitType value)
Sets the value of the '
ZUnit ' attribute. |
getCircuitNumber, getFromBus, getFromBusId, getNetwork, getOppositeBus, getOriginalBranchId, getToBus, getToBusId, isFromBus, isFromSideMetered, isGroundBranch, isToBus, reconnect, setAttributes, setAttributes, setCircuitNumber, setFromBus, setFromSideMetered, setNetwork, setOriginalBranchId, setToBus, toString
getExtensionObject, setExtensionObject
getArea, getAreaId, getExtSeqNumber, getIntFlag, getOwner, getOwnerId, getSortNumber, getWeight, getZone, getZoneId, isBooleanFlag, setArea, setAreaId, setBooleanFlag, setExtSeqNumber, setIntFlag, setOwner, setOwnerId, setSortNumber, setWeight, setZone, setZoneId
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
eAdapters, eDeliver, eNotify, eSetDeliver
readData, writeData
toBreaker, toFeeder, toReactor, toXFormer
DistBranchCode getBranchCode()
"Feeder"
.
The literals are from the enumeration DistBranchCode
.
If the meaning of the 'Branch Code' attribute isn't clear, there really should be more of a description here...
DistBranchCode
,
setBranchCode(DistBranchCode)
,
DistPackage.getDistBranch_BranchCode()
void setBranchCode(DistBranchCode value)
Branch Code
' attribute.
value
- the new value of the 'Branch Code' attribute.DistBranchCode
,
getBranchCode()
org.apache.commons.math3.complex.Complex getZ1()
If the meaning of the 'Z1' attribute isn't clear, there really should be more of a description here...
setZ1(Complex)
,
DistPackage.getDistBranch_Z1()
void setZ1(org.apache.commons.math3.complex.Complex value)
Z1
' attribute.
value
- the new value of the 'Z1' attribute.getZ1()
org.apache.commons.math3.complex.Complex getZ0()
If the meaning of the 'Z0' attribute isn't clear, there really should be more of a description here...
setZ0(Complex)
,
DistPackage.getDistBranch_Z0()
void setZ0(org.apache.commons.math3.complex.Complex value)
Z0
' attribute.
value
- the new value of the 'Z0' attribute.getZ0()
Unit.UnitType getZUnit()
""
.
If the meaning of the 'ZUnit' attribute isn't clear, there really should be more of a description here...
#setZUnit(UnitType)
,
DistPackage.getDistBranch_ZUnit()
void setZUnit(Unit.UnitType value)
ZUnit
' attribute.
value
- the new value of the 'ZUnit' attribute.getZUnit()
org.apache.commons.math3.complex.Complex getHShuntY()
"0.0"
.
If the meaning of the 'HShunt Y' attribute isn't clear, there really should be more of a description here...
setHShuntY(Complex)
,
DistPackage.getDistBranch_HShuntY()
void setHShuntY(org.apache.commons.math3.complex.Complex value)
HShunt Y
' attribute.
value
- the new value of the 'HShunt Y' attribute.getHShuntY()
org.apache.commons.math3.complex.Complex getHShuntY0()
"0.0"
.
If the meaning of the 'HShunt Y0' attribute isn't clear, there really should be more of a description here...
setHShuntY0(Complex)
,
DistPackage.getDistBranch_HShuntY0()
void setHShuntY0(org.apache.commons.math3.complex.Complex value)
HShunt Y0
' attribute.
value
- the new value of the 'HShunt Y0' attribute.getHShuntY0()
Unit.UnitType getShuntYUnit()
""
.
If the meaning of the 'Shunt YUnit' attribute isn't clear, there really should be more of a description here...
#setShuntYUnit(UnitType)
,
DistPackage.getDistBranch_ShuntYUnit()
void setShuntYUnit(Unit.UnitType value)
Shunt YUnit
' attribute.
value
- the new value of the 'Shunt YUnit' attribute.getShuntYUnit()
double getLength()
"1000"
.
If the meaning of the 'Length' attribute isn't clear, there really should be more of a description here...
setLength(double)
,
DistPackage.getDistBranch_Length()
void setLength(double value)
Length
' attribute.
value
- the new value of the 'Length' attribute.getLength()
Unit.UnitType getLengthUnit()
""
.
Ft or M
#setLengthUnit(UnitType)
,
DistPackage.getDistBranch_LengthUnit()
void setLengthUnit(Unit.UnitType value)
Length Unit
' attribute.
value
- the new value of the 'Length Unit' attribute.getLengthUnit()
double getPrimaryTurnRatio()
"1.0"
.
If the meaning of the 'Primary Tap' attribute isn't clear, there really should be more of a description here...
setPrimaryTurnRatio(double)
,
DistPackage.getDistBranch_PrimaryTurnRatio()
void setPrimaryTurnRatio(double value)
Primary Turn Ratio
' attribute.
value
- the new value of the 'Primary Turn Ratio' attribute.getPrimaryTurnRatio()
double getSecondaryTurnRatio()
"1.0"
.
If the meaning of the 'Secondary Tap' attribute isn't clear, there really should be more of a description here...
setSecondaryTurnRatio(double)
,
DistPackage.getDistBranch_SecondaryTurnRatio()
void setSecondaryTurnRatio(double value)
Secondary Turn Ratio
' attribute.
value
- the new value of the 'Secondary Turn Ratio' attribute.getSecondaryTurnRatio()
Unit.UnitType getXfrTurnRatioUnit()
#setXfrTurnRatioUnit(UnitType)
,
DistPackage.getDistBranch_XfrTurnRatioUnit()
void setXfrTurnRatioUnit(Unit.UnitType value)
Xfr Turn Ratio Unit
' attribute.
value
- the new value of the 'Xfr Turn Ratio Unit' attribute.getXfrTurnRatioUnit()
double getXfrRating()
setXfrRating(double)
,
DistPackage.getDistBranch_XfrRating()
void setXfrRating(double value)
Xfr Rating
' attribute.
value
- the new value of the 'Xfr Rating' attribute.getXfrRating()
Unit.UnitType getXfrRatingUnit()
""
.
If the meaning of the 'Xfr Rating Unit' attribute isn't clear, there really should be more of a description here...
#setXfrRatingUnit(UnitType)
,
DistPackage.getDistBranch_XfrRatingUnit()
void setXfrRatingUnit(Unit.UnitType value)
Xfr Rating Unit
' attribute.
value
- the new value of the 'Xfr Rating Unit' attribute.getXfrRatingUnit()
double getPrimaryRatedV()
"1.0"
.
If the meaning of the 'Primary Rated V' attribute isn't clear, there really should be more of a description here...
setPrimaryRatedV(double)
,
DistPackage.getDistBranch_PrimaryRatedV()
void setPrimaryRatedV(double value)
Primary Rated V
' attribute.
value
- the new value of the 'Primary Rated V' attribute.getPrimaryRatedV()
double getSecondaryRatedV()
"1.0"
.
If the meaning of the 'Secondary Rated V' attribute isn't clear, there really should be more of a description here...
setSecondaryRatedV(double)
,
DistPackage.getDistBranch_SecondaryRatedV()
void setSecondaryRatedV(double value)
Secondary Rated V
' attribute.
value
- the new value of the 'Secondary Rated V' attribute.getSecondaryRatedV()
Unit.UnitType getRatedVUnit()
""
.
Volt or KV
#setRatedVUnit(UnitType)
,
DistPackage.getDistBranch_RatedVUnit()
void setRatedVUnit(Unit.UnitType value)
Rated VUnit
' attribute.
value
- the new value of the 'Rated VUnit' attribute.getRatedVUnit()
XFormerConnectCode getPrimaryConnect()
"Delta"
.
The literals are from the enumeration XFormerConnectCode
.
If the meaning of the 'Primary Connect' attribute isn't clear, there really should be more of a description here...
XFormerConnectCode
,
setPrimaryConnect(XFormerConnectCode)
,
DistPackage.getDistBranch_PrimaryConnect()
void setPrimaryConnect(XFormerConnectCode value)
Primary Connect
' attribute.
value
- the new value of the 'Primary Connect' attribute.XFormerConnectCode
,
getPrimaryConnect()
XFormerConnectCode getSecondaryConnect()
"Wye"
.
The literals are from the enumeration XFormerConnectCode
.
If the meaning of the 'Secondary Connect' attribute isn't clear, there really should be more of a description here...
XFormerConnectCode
,
setSecondaryConnect(XFormerConnectCode)
,
DistPackage.getDistBranch_SecondaryConnect()
void setSecondaryConnect(XFormerConnectCode value)
Secondary Connect
' attribute.
value
- the new value of the 'Secondary Connect' attribute.XFormerConnectCode
,
getSecondaryConnect()
BusScGrounding getPrimaryGrounding()
If the meaning of the 'Primary Grounding' attribute isn't clear, there really should be more of a description here...
setPrimaryGrounding(BusScGrounding)
,
DistPackage.getDistBranch_PrimaryGrounding()
void setPrimaryGrounding(BusScGrounding value)
Primary Grounding
' containment reference.
value
- the new value of the 'Primary Grounding' containment reference.getPrimaryGrounding()
BusScGrounding getSecondaryGrounding()
If the meaning of the 'Secondary Grounding' attribute isn't clear, there really should be more of a description here...
setSecondaryGrounding(BusScGrounding)
,
DistPackage.getDistBranch_SecondaryGrounding()
void setSecondaryGrounding(BusScGrounding value)
Secondary Grounding
' containment reference.
value
- the new value of the 'Secondary Grounding' containment reference.getSecondaryGrounding()
LoadBranchData getLoadScheduleData()
If the meaning of the 'Load Schedule Data' containment reference isn't clear, there really should be more of a description here...
setLoadScheduleData(LoadBranchData)
,
DistPackage.getDistBranch_LoadScheduleData()
void setLoadScheduleData(LoadBranchData value)
Load Schedule Data
' containment reference.
value
- the new value of the 'Load Schedule Data' containment reference.getLoadScheduleData()
AcscBranch getAcscBranch()