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

Class SvPowerFlow

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

State variable for power flow.

Instance Methods [hide private]
 
__init__(self, p=0.0, q=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 = ['p', 'q']
  _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, p=0.0, q=0.0, Terminal=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvPowerFlow' instance.

Parameters:
  • p - The active power flow into the terminal.
  • q - The reactive 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)