Package CIM14 :: 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 --+        
                                            |        
Core.PowerSystemResource'.PowerSystemResource --+    
                                                |    
                           TapChanger'.TapChanger --+
                                                    |
                                                   RatioTapChanger
Known Subclasses:

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

Instance Methods [hide private]
 
__init__(self, tculControlMode='reactive', Winding=None, *args, **kw_args)
Initialises a new 'RatioTapChanger' instance.
 
getWinding(self)
Winding to which this ratio tap changer belongs.
 
setWinding(self, value)

Inherited from TapChanger'.TapChanger: getSvTapStep, setSvTapStep

Inherited from Core.PowerSystemResource'.PowerSystemResource: getGeoLocation, getPSRType, setGeoLocation, setPSRType

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

Class Variables [hide private]
  _attr_types = {'tculControlMode': <type 'str'>}
  _attrs = ['tculControlMode']
  _defaults = {'tculControlMode': 'reactive'}
  _enums = {'tculControlMode': 'TransformerControlMode'}
  _refs = ['Winding']

Inherited from Element'.Element (private): _many_refs

Properties [hide private]
  Winding
Winding to which this ratio tap changer belongs.

Inherited from TapChanger'.TapChanger: SvTapStep

Inherited from Core.PowerSystemResource'.PowerSystemResource: GeoLocation, PSRType

Inherited from object: __class__

Method Details [hide private]

__init__(self, tculControlMode='reactive', Winding=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"
  • Winding - Winding to which this ratio tap changer belongs.
Overrides: object.__init__

Property Details [hide private]

Winding

Winding to which this ratio tap changer belongs.

Get Method:
getWinding(self) - Winding to which this ratio tap changer belongs.
Set Method:
setWinding(self, value)