CIM14 :: ENTSOE :: Equipment :: Wires :: RatioTapChanger :: RatioTapChanger :: Class RatioTapChanger
[hide private]
[frames] | no frames]

Class RatioTapChanger

Core.PowerSystemResource.PowerSystemResource --+    
                                               |    
                           TapChanger.TapChanger --+
                                                   |
                                                  RatioTapChanger

A tap changer that changes the voltage ratio impacting the voltage magnitude but not direclty the phase angle across the transformer..- The attribute ltcflag specifies whether or not a TapChanger has load tap changing capabilities. If the ltcFlag is true, the attributes “highStep”, “lowStep”, “neutralStep”, “normalStep”, “neutralU” and “stepVoltageIncrement” are required.

Instance Methods [hide private]
 
__init__(self, tculControlMode="reactive", TransformerWinding=None, *args, **kw_args)
Initialises a new 'RatioTapChanger' instance.
 
getTransformerWinding(self)
The transformer winding to which the ratio tap changer belongs.
 
setTransformerWinding(self, value)

Inherited from TapChanger.TapChanger: getRegulatingControl, setRegulatingControl

Class Variables [hide private]
  _attrs = ["tculControlMode"]
  _attr_types = {"tculControlMode": str}
  _defaults = {"tculControlMode": "reactive"}
  _enums = {"tculControlMode": "TransformerControlMode"}
  _refs = ["TransformerWinding"]
  _many_refs = []
  TransformerWinding = property(getTransformerWinding, setTransf...

Inherited from TapChanger.TapChanger: RegulatingControl

Instance Variables [hide private]
  tculControlMode
Specifies the regulation control mode (voltage or reactive) of the RatioTapChanger.

Inherited from TapChanger.TapChanger: highStep, lowStep, ltcFlag, neutralStep, neutralU, normalStep, regulationStatus, stepVoltageIncrement

Method Details [hide private]

__init__(self, tculControlMode="reactive", TransformerWinding=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RatioTapChanger' instance.

Parameters:
  • tculControlMode - Specifies the regulation control mode (voltage or reactive) of the RatioTapChanger. Values are: "reactive", "volt"
  • TransformerWinding - The transformer winding to which the ratio tap changer belongs.
Overrides: TapChanger.TapChanger.__init__

Class Variable Details [hide private]

TransformerWinding

Value:
property(getTransformerWinding, setTransformerWinding)

Instance Variable Details [hide private]

tculControlMode

Specifies the regulation control mode (voltage or reactive) of the RatioTapChanger. Values are: "reactive", "volt"