Package CIM14 :: Package IEC61970 :: Package StateVariables :: Module SvPowerFlow' :: Class SvPowerFlow
[hide private]
[frames] | no frames]

Class SvPowerFlow

              object --+        
                       |        
        Element'.Element --+    
                           |    
StateVariable'.StateVariable --+
                               |
                              SvPowerFlow

State variable for power flow.

Instance Methods [hide private]
 
__init__(self, q=0.0, p=0.0, Terminal=None, *args, **kw_args)
Initialises a new 'SvPowerFlow' instance.
 
getTerminal(self)
The terminal associated with the power flow state.
 
setTerminal(self, value)

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

Class Variables [hide private]
  _attr_types = {'p': <type 'float'>, 'q': <type 'float'>}
  _attrs = ['q', 'p']
  _defaults = {'p': 0.0, 'q': 0.0}
  _refs = ['Terminal']

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, q=0.0, p=0.0, Terminal=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvPowerFlow' instance.

Parameters:
  • q - The reactive power flow into the terminal.
  • p - The active power flow into the terminal.
  • Terminal - The terminal associated with the power flow state.
Overrides: object.__init__

Property Details [hide private]

Terminal

The terminal associated with the power flow state.

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