Package CIM14 :: Package IEC61970 :: Package Core :: Module ConnectivityNode' :: Class ConnectivityNode
[hide private]
[frames] | no frames]

Class ConnectivityNode

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    ConnectivityNode

Connectivity nodes are points where terminals of conducting equipment are connected together with zero impedance.

Instance Methods [hide private]
 
__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__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['Terminals']
  _refs = ['TopologicalNode', 'BusNameMarker', 'ConnectivityNode...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BusNameMarker
The associated name of the bus (TopologicalNode) containing the ConnectivityNode is derived by an algorithm that uses the bus name marker.
  ConnectivityNodeContainer
Container of this connectivity node.
  Terminals
Terminals interconnect with zero impedance at a node.
  TopologicalNode
Several ConnectivityNode(s) may combine together to form a single TopologicalNode, depending on the current state of the network.

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, TopologicalNode=None, BusNameMarker=None, ConnectivityNodeContainer=None, Terminals=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConnectivityNode' instance.

Parameters:
  • TopologicalNode - Several ConnectivityNode(s) may combine together to form a single TopologicalNode, depending on the current state of the network.
  • BusNameMarker - The associated name of the bus (TopologicalNode) containing the ConnectivityNode is derived by an algorithm that uses the bus name marker.
  • ConnectivityNodeContainer - Container of this connectivity node.
  • Terminals - Terminals interconnect with zero impedance at a node. Measurements on a node apply to all of its terminals.
Overrides: object.__init__

getTerminals(self)

 

Terminals interconnect with zero impedance at a node. Measurements on a node apply to all of its terminals.


Class Variable Details [hide private]

_refs

Value:
['TopologicalNode',
 'BusNameMarker',
 'ConnectivityNodeContainer',
 'Terminals']

Property Details [hide private]

BusNameMarker

The associated name of the bus (TopologicalNode) containing the ConnectivityNode is derived by an algorithm that uses the bus name marker.

Get Method:
getBusNameMarker(self) - The associated name of the bus (TopologicalNode) containing the ConnectivityNode is derived by an algorithm that uses the bus name marker.
Set Method:
setBusNameMarker(self, value)

ConnectivityNodeContainer

Container of this connectivity node.

Get Method:
getConnectivityNodeContainer(self) - Container of this connectivity node.
Set Method:
setConnectivityNodeContainer(self, value)

Terminals

Terminals interconnect with zero impedance at a node. Measurements on a node apply to all of its terminals.

Get Method:
getTerminals(self) - Terminals interconnect with zero impedance at a node.
Set Method:
setTerminals(self, value)

TopologicalNode

Several ConnectivityNode(s) may combine together to form a single TopologicalNode, depending on the current state of the network.

Get Method:
getTopologicalNode(self) - Several ConnectivityNode(s) may combine together to form a single TopologicalNode, depending on the current state of the network.
Set Method:
setTopologicalNode(self, value)