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

Class SvInjection

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

Injection state variable.

Instance Methods [hide private]
 
__init__(self, pNetInjection=0.0, qNetInjection=0.0, TopologicalNode=None, *args, **kw_args)
Initialises a new 'SvInjection' instance.
 
getTopologicalNode(self)
The topological node associated with the state injection.
 
setTopologicalNode(self, value)

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

Class Variables [hide private]
  _attr_types = {'pNetInjection': <type 'float'>, 'qNetInjection...
  _attrs = ['pNetInjection', 'qNetInjection']
  _defaults = {'pNetInjection': 0.0, 'qNetInjection': 0.0}
  _refs = ['TopologicalNode']

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

Properties [hide private]
  TopologicalNode
The topological node associated with the state injection.

Inherited from object: __class__

Method Details [hide private]

__init__(self, pNetInjection=0.0, qNetInjection=0.0, TopologicalNode=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvInjection' instance.

Parameters:
  • pNetInjection - The active power injected into the bus at this location. Positive sign means injection into the bus.
  • qNetInjection - The reactive power injected into the bus at this location. Positive sign means injection into the bus.
  • TopologicalNode - The topological node associated with the state injection.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'pNetInjection': <type 'float'>, 'qNetInjection': <type 'float'>}

Property Details [hide private]

TopologicalNode

The topological node associated with the state injection.

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