For a detailed substation model a TopologicalNode is a set of
connectivity nodes that, in the current network state, are connected
together through any type of closed switches, including jumpers.
Topological nodes changes as the current network state changes (i.e.,
switches, breakers, etc. change state). For a planning model switch
statuses are not used to form TopologicalNodes. Instead they are manually
created or deleted in a model builder tool. TopologialNodes maintained
this way are also called 'busses'.
|
__init__(self,
Terminal=None,
TopologicalIsland=None,
ReportingGroup=None,
ConnectivityNodes=None,
SvInjection=None,
SvVoltage=None,
SvShortCircuit=None,
BaseVoltage=None,
ConnectivityNodeContainer=None,
AngleRef_TopologicalIsland=None,
*args,
**kw_args)
Initialises a new 'TopologicalNode' instance. |
|
|
|
addConnectivityNodes(self,
*ConnectivityNodes) |
|
|
|
addTerminal(self,
*Terminal) |
|
|
|
|
|
getBaseVoltage(self)
The base voltage of the topologocial node. |
|
|
|
getConnectivityNodeContainer(self)
The connectivity node container to which the toplogical node belongs. |
|
|
|
getConnectivityNodes(self)
Several ConnectivityNode(s) may combine together to form a single
TopologicalNode, depending on the current state of the network. |
|
|
|
getReportingGroup(self)
The reporting group to which the topological node belongs. |
|
|
|
getSvInjection(self)
The injection state associated with the topological node. |
|
|
|
getSvShortCircuit(self)
The short circuit state associated with the topological node. |
|
|
|
getSvVoltage(self)
The state voltage associated with the topological node. |
|
|
|
getTerminal(self)
The terminals associated with the topological node. |
|
|
|
getTopologicalIsland(self)
A topological node belongs to a topological island |
|
|
|
removeConnectivityNodes(self,
*ConnectivityNodes) |
|
|
|
removeTerminal(self,
*Terminal) |
|
|
|
setAngleRef_TopologicalIsland(self,
value) |
|
|
|
setBaseVoltage(self,
value) |
|
|
|
setConnectivityNodeContainer(self,
value) |
|
|
|
setConnectivityNodes(self,
value) |
|
|
|
setReportingGroup(self,
value) |
|
|
|
setSvInjection(self,
value) |
|
|
|
setSvShortCircuit(self,
value) |
|
|
|
setSvVoltage(self,
value) |
|
|
|
|
|
setTopologicalIsland(self,
value) |
|
|
Inherited from Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|