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,
TopologicalIsland=None,
SvShortCircuit=None,
SvVoltage=None,
SvInjection=None,
AngleRef_TopologicalIsland=None,
*args,
**kw_args)
Initialises a new 'TopologicalNode' instance. |
|
|
|
|
|
|
|
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. |
|
|
|
|
getTopologicalIsland(self)
A topological node belongs to a topological island |
|
|
|
|
| setAngleRef_TopologicalIsland(self,
value) |
|
|
|
|
| setSvInjection(self,
value) |
|
|
|
|
| setSvShortCircuit(self,
value) |
|
|
|
|
| setSvVoltage(self,
value) |
|
|
|
|
| setTopologicalIsland(self,
value) |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|