Package CIM14 :: Package ENTSOE :: Package StateVariables :: Package Core :: Module Terminal' :: Class Terminal
[hide private]
[frames] | no frames]

Class Terminal

      object --+    
               |    
Element'.Element --+
                   |
                  Terminal

An electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called 'connectivity nodes'.

Instance Methods [hide private]
 
__init__(self, SvPowerFlow=None, *args, **kw_args)
Initialises a new 'Terminal' instance.
 
getSvPowerFlow(self)
The power flow state associated with the terminal.
 
setSvPowerFlow(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 = ['SvPowerFlow']

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

Properties [hide private]
  SvPowerFlow
The power flow state associated with the terminal.

Inherited from object: __class__

Method Details [hide private]

__init__(self, SvPowerFlow=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Terminal' instance.

Parameters:
  • SvPowerFlow - The power flow state associated with the terminal.
Overrides: object.__init__

Property Details [hide private]

SvPowerFlow

The power flow state associated with the terminal.

Get Method:
getSvPowerFlow(self) - The power flow state associated with the terminal.
Set Method:
setSvPowerFlow(self, value)