Connectivity nodes are points where terminals of conducting equipment
are connected together with zero impedance.
|
__init__(self,
TopologicalNode=None,
BusNameMarker=None,
ConnectivityNodeContainer=None,
Terminals=None,
*args,
**kw_args)
Initialises a new 'ConnectivityNode' instance. |
|
|
|
addTerminals(self,
*Terminals) |
|
|
|
getBusNameMarker(self)
The associated name of the bus (TopologicalNode) containing the
ConnectivityNode is derived by an algorithm that uses the bus name
marker. |
|
|
|
getConnectivityNodeContainer(self)
Container of this connectivity node. |
|
|
|
getTerminals(self)
Terminals interconnect with zero impedance at a node. |
|
|
|
getTopologicalNode(self)
Several ConnectivityNode(s) may combine together to form a single
TopologicalNode, depending on the current state of the network. |
|
|
|
removeTerminals(self,
*Terminals) |
|
|
|
setBusNameMarker(self,
value) |
|
|
|
setConnectivityNodeContainer(self,
value) |
|
|
|
setTerminals(self,
value) |
|
|
|
setTopologicalNode(self,
value) |
|
|
Inherited from IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|