Package CIM14 :: Package CPSM :: Package StateVariables :: Package Wires :: Module TapChanger' :: Class TapChanger
[hide private]
[frames] | no frames]

Class TapChanger

      object --+    
               |    
Element'.Element --+
                   |
                  TapChanger

Mechanism for changing transformer winding tap positions.

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

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _refs = ['SvTapStep']

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, SvTapStep=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TapChanger' instance.

Parameters:
  • SvTapStep - The tap step state associated with the tap changer.
Overrides: object.__init__

Property Details [hide private]

SvTapStep

The tap step state associated with the tap changer.

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