Package CIM15 :: Package CDPSM :: Package Balanced :: Package IEC61970 :: Package Wires :: Module RatioTapChanger' :: Class RatioTapChanger
[hide private]
[frames] | no frames]

Class RatioTapChanger

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                     TapChanger'.TapChanger --+
                                              |
                                             RatioTapChanger

A tap changer that changes the voltage ratio impacting the voltage magnitude but not the phase angle across the transformer.

Instance Methods [hide private]
 
__init__(self, stepVoltageIncrement=0.0, tculControlMode='reactive', *args, **kw_args)
Initialises a new 'RatioTapChanger' instance.

Inherited from Core.IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

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

Class Variables [hide private]
  _attr_types = {'stepVoltageIncrement': <type 'float'>, 'tculCo...
  _attrs = ['stepVoltageIncrement', 'tculControlMode']
  _defaults = {'stepVoltageIncrement': 0.0, 'tculControlMode': '...
  _enums = {'tculControlMode': 'TransformerControlMode'}

Inherited from TapChanger'.TapChanger (private): _many_refs, _refs

Properties [hide private]

Inherited from Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, stepVoltageIncrement=0.0, tculControlMode='reactive', *args, **kw_args)
(Constructor)

 

Initialises a new 'RatioTapChanger' instance.

Parameters:
  • stepVoltageIncrement - Tap step increment, in per cent of nominal voltage, per step position. For a symmetrical PhaseTapChanger, the stepVoltageIncrement is used in the formula for calculation of the phase angle. For a symmetrical PhaseTapChanger, the voltage magnitude does not change with tap step.
  • tculControlMode - Specifies the regulation control mode (voltage or reactive) of the RatioTapChanger. Values are: "reactive", "volt"
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'stepVoltageIncrement': <type 'float'>,
 'tculControlMode': <type 'str'>}

_defaults

Value:
{'stepVoltageIncrement': 0.0, 'tculControlMode': 'reactive'}