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

Class SvTapStep

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

State variable for transformer tap step. This class is to be used for taps of LTC (load tap changing) transformers, not fixed tap transformers. Normally a profile specifies only one of the attributes 'position'or 'tapRatio'.

Instance Methods [hide private]
 
__init__(self, continuousPosition=0.0, position=0, TapChanger=None, *args, **kw_args)
Initialises a new 'SvTapStep' instance.
 
getTapChanger(self)
The tap changer associated with the tap step state.
 
setTapChanger(self, value)

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

Class Variables [hide private]
  _attr_types = {'continuousPosition': <type 'float'>, 'position...
  _attrs = ['continuousPosition', 'position']
  _defaults = {'continuousPosition': 0.0, 'position': 0}
  _refs = ['TapChanger']

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

Properties [hide private]
  TapChanger
The tap changer associated with the tap step state.

Inherited from object: __class__

Method Details [hide private]

__init__(self, continuousPosition=0.0, position=0, TapChanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvTapStep' instance.

Parameters:
  • continuousPosition - The floating point tap position.
  • position - The integer tap position.
  • TapChanger - The tap changer associated with the tap step state.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'continuousPosition': <type 'float'>, 'position': <type 'int'>}

Property Details [hide private]

TapChanger

The tap changer associated with the tap step state.

Get Method:
getTapChanger(self) - The tap changer associated with the tap step state.
Set Method:
setTapChanger(self, value)