Package CIM14 :: Package ENTSOE :: Package StateVariables :: Package Topology :: Module TopologicalNode' :: Class TopologicalNode
[hide private]
[frames] | no frames]

Class TopologicalNode

      object --+    
               |    
Element'.Element --+
                   |
                  TopologicalNode

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'.

Instance Methods [hide private]
 
__init__(self, SvShortCircuit=None, SvVoltage=None, SvInjection=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.
 
setSvInjection(self, value)
 
setSvShortCircuit(self, value)
 
setSvVoltage(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = ['SvShortCircuit', 'SvVoltage', 'SvInjection']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  SvInjection
The injection state associated with the topological node.
  SvShortCircuit
The short circuit state associated with the topological node.
  SvVoltage
The state voltage associated with the topological node.

Inherited from object: __class__

Method Details [hide private]

__init__(self, SvShortCircuit=None, SvVoltage=None, SvInjection=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TopologicalNode' instance.

Parameters:
  • SvShortCircuit - The short circuit state associated with the topological node.
  • SvVoltage - The state voltage associated with the topological node.
  • SvInjection - The injection state associated with the topological node.
Overrides: object.__init__

Property Details [hide private]

SvInjection

The injection state associated with the topological node.

Get Method:
getSvInjection(self) - The injection state associated with the topological node.
Set Method:
setSvInjection(self, value)

SvShortCircuit

The short circuit state associated with the topological node.

Get Method:
getSvShortCircuit(self) - The short circuit state associated with the topological node.
Set Method:
setSvShortCircuit(self, value)

SvVoltage

The state voltage associated with the topological node.

Get Method:
getSvVoltage(self) - The state voltage associated with the topological node.
Set Method:
setSvVoltage(self, value)