Package CIM15 :: 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'.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, position=0.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 = {'position': <type 'float'>}
  _attrs = ['position']
  _defaults = {'position': 0.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, position=0.0, TapChanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvTapStep' instance.

Parameters:
  • position - The floating point tap position. To get integer value scale with range and round off.
  • TapChanger - The tap changer associated with the tap step state.
Overrides: object.__init__

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)