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

Class SvVoltage

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

State variable for voltage.

Instance Methods [hide private]
 
__init__(self, angle=0.0, v=0.0, TopologicalNode=None, *args, **kw_args)
Initialises a new 'SvVoltage' instance.
 
getTopologicalNode(self)
The topological node associated with the voltage state.
 
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 = {'angle': <type 'float'>, 'v': <type 'float'>}
  _attrs = ['angle', 'v']
  _defaults = {'angle': 0.0, 'v': 0.0}
  _refs = ['TopologicalNode']

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, angle=0.0, v=0.0, TopologicalNode=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvVoltage' instance.

Parameters:
  • angle - The voltage angle in radians of the topological node.
  • v - The voltage magnitude of the topological node.
  • TopologicalNode - The topological node associated with the voltage state.
Overrides: object.__init__

Property Details [hide private]

TopologicalNode

The topological node associated with the voltage state.

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