Package CIM15 :: 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. Load convention is used for flow direction. This means flow out from the TopologicalNode into the equipment is positive.State variable for power flow. Load convention is used for flow direction. This means flow out from the TopologicalNode into the equipment is positive.

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. Load sign convention is used, i.e. positive sign means flow out from a node.
  • q - The reactive power flow. Load sign convention is used, i.e. positive sign means flow out from a node.
  • 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)