public interface DistNetwork extends Network<DistBus,DistBranch>
The following features are supported:
DistPackage.getDistNetwork()
Modifier and Type | Method and Description |
---|---|
void |
createAcscNetData()
Always use the first SC Point to create the AcscNet.
|
AcscNetwork |
getAcscNet() |
DistBranch |
getDistBranch(java.lang.String fromBusId,
java.lang.String toBusId)
Get the branch object identified by the from bus id and to bus id,
assuming branch circuit number is 1.
|
DistBranch |
getDistBranch(java.lang.String fromBusId,
java.lang.String toBusId,
java.lang.String circuitNumber)
Get the branch object identified by the from bus id,
to bus id and branch circuit number.
|
DistBus |
getDistBus(java.lang.String id)
Get the bus object identified by the id.
|
AcscNetwork |
getFaultNet()
Returns the value of the 'Fault Net' containment reference.
|
LoadNetData |
getLoadScheduleData()
Returns the value of the 'Load Schedule Data' containment reference.
|
ScPointNetData |
getScPointNetData()
Returns the value of the 'Sc Point Net Data' containment reference.
|
ScStanderd |
getScStd()
Returns the value of the 'Sc Std' attribute.
|
boolean |
isPositiveSeqDataOnly()
Returns the value of the 'Positive Seq Data Only' attribute.
|
void |
setFaultNet(AcscNetwork value)
Sets the value of the '
Fault Net ' containment reference. |
void |
setLoadScheduleData(LoadNetData value)
Sets the value of the '
Load Schedule Data ' containment reference. |
void |
setPointAclfNetData(int index)
set network aclf data to the load schedule point
|
void |
setPositiveSeqDataOnly(boolean value)
Sets the value of the '
Positive Seq Data Only ' attribute. |
void |
setScPointNetData(ScPointNetData value)
Sets the value of the '
Sc Point Net Data ' containment reference. |
void |
setScStd(ScStanderd value)
Sets the value of the '
Sc Std ' attribute. |
void |
updateAcscNetData(int scPointIndex)
update the AcscNet data for the specfied SC point.
|
accept, addArea, addBranch, addBranch, addBranch, addBranch2Cache, addBranch2Cache, addBranch2Cache, addBus, addBus2Cache, addGroundBranch, addOwner, addSubstation, addTieLine, addZone, arrangeBusNumber, cachedBranches2Net, cachedBuses2Net, formAdjacencyMatrix, getArea, getArea, getAreaMap, getBaseKva, getBaseMva, getBranch, getBranch, getBranch, getBranches, getBranches, getBranchList, getBus, getBus, getBusList, getChildNetWrapperList, getExtraInfo, getFrequency, getNoActiveBranch, getNoActiveBranch, getNoActiveBus, getNoActiveBus, getNoBranch, getNoBranch, getNoBus, getNoBus, getOriginalDataFormat, getOwner, getOwner, getOwnerMap, getRefBusId, getRefBusIdSet, getRefBusType, getSubstation, getSubstationMap, getSubstationMap, getTieLineList, getTimeStamp, getZone, getZone, getZoneMap, hasBranch, hasBranch, hasBus, hzCopy, isAllowGroundBranch, isBusNumberArranged, isBypassDataCheck, isDataChecked, isOnlineModel, isRefBus, net2String, rebuildLookupTable, removeBranch, removeBranch, removeBranch, removeBus, removeBus, removeTieLine, replaceBus, setAllowGroundBranch, setBaseKva, setBusNumberArranged, setBypassDataCheck, setDataChecked, setExtraInfo, setFrequency, setOriginalDataFormat, setRefBusId, setRefBusIdSet, setRefBusType, setTimeStamp, setToEmpty, setVisitedStatus, updateBranchId
checkData, checkData, getDesc, getId, getName, getNumber, getStatusChangeInfo, hzCopy, isActive, isStatus, jsonCopy, setDesc, setId, setName, setNumber, setStatus, setStatusChangeInfo
readData, writeData
getChildNetWrapper, hasChildNet
boolean isPositiveSeqDataOnly()
"false"
.
If the meaning of the 'Positive Seq Data Only' attribute isn't clear, there really should be more of a description here...
setPositiveSeqDataOnly(boolean)
,
DistPackage.getDistNetwork_PositiveSeqDataOnly()
void setPositiveSeqDataOnly(boolean value)
Positive Seq Data Only
' attribute.
value
- the new value of the 'Positive Seq Data Only' attribute.isPositiveSeqDataOnly()
ScStanderd getScStd()
"Generic"
.
The literals are from the enumeration ScStanderd
.
If the meaning of the 'Sc Std' attribute isn't clear, there really should be more of a description here...
ScStanderd
,
setScStd(ScStanderd)
,
DistPackage.getDistNetwork_ScStd()
void setScStd(ScStanderd value)
Sc Std
' attribute.
value
- the new value of the 'Sc Std' attribute.ScStanderd
,
getScStd()
LoadNetData getLoadScheduleData()
If the meaning of the 'Load Schedule Data' containment reference isn't clear, there really should be more of a description here...
setLoadScheduleData(LoadNetData)
,
DistPackage.getDistNetwork_LoadScheduleData()
void setLoadScheduleData(LoadNetData value)
Load Schedule Data
' containment reference.
value
- the new value of the 'Load Schedule Data' containment reference.getLoadScheduleData()
AcscNetwork getFaultNet()
If the meaning of the 'Fault Net' containment reference isn't clear, there really should be more of a description here...
setFaultNet(AcscNetwork)
,
DistPackage.getDistNetwork_FaultNet()
void setFaultNet(AcscNetwork value)
Fault Net
' containment reference.
value
- the new value of the 'Fault Net' containment reference.getFaultNet()
DistBus getDistBus(java.lang.String id)
DistBranch getDistBranch(java.lang.String fromBusId, java.lang.String toBusId)
fromBusId
- from bus idtoBusId
- to bus id
DistBranch getDistBranch(java.lang.String fromBusId, java.lang.String toBusId, java.lang.String circuitNumber)
fromBusId
- from bus idtoBusId
- to bus idcircuitNumber
- branch circuit number
ScPointNetData getScPointNetData()
If the meaning of the 'Sc Point Net Data' containment reference isn't clear, there really should be more of a description here...
setScPointNetData(ScPointNetData)
,
DistPackage.getDistNetwork_ScPointNetData()
void setScPointNetData(ScPointNetData value)
Sc Point Net Data
' containment reference.
value
- the new value of the 'Sc Point Net Data' containment reference.getScPointNetData()
AcscNetwork getAcscNet()
void createAcscNetData() throws InterpssException
InterpssException
void updateAcscNetData(int scPointIndex)
void setPointAclfNetData(int index)