Package CIM15 :: 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.Connectivity nodes are points where terminals of conducting equipment are connected together with zero impedance.

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

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  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: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, TopologicalNode=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.
  • 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', 'ConnectivityNodeContainer', 'Terminals']

Property Details [hide private]

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)