Connectivity nodes are points where terminals of conducting equipment
are connected together with zero impedance.Connectivity nodes are points
where terminals of conducting equipment are connected together with zero
impedance.
|
|
__init__(self,
TopologicalNode=None,
ConnectivityNodeContainer=None,
Terminals=None,
*args,
**kw_args)
Initialises a new 'ConnectivityNode' instance. |
|
|
|
|
| addTerminals(self,
*Terminals) |
|
|
|
|
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) |
|
|
|
|
| setConnectivityNodeContainer(self,
value) |
|
|
|
|
| setTerminals(self,
value) |
|
|
|
|
| setTopologicalNode(self,
value) |
|
|
|
Inherited from IdentifiedObject'.IdentifiedObject:
addDiagramObjects,
addNames,
getDiagramObjects,
getModelingAuthoritySet,
getNames,
removeDiagramObjects,
removeNames,
setDiagramObjects,
setModelingAuthoritySet,
setNames
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|