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

Class PhaseTapChangerNonLinear

                         object --+                
                                  |                
                   Element'.Element --+            
                                      |            
Core.IdentifiedObject'.IdentifiedObject --+        
                                          |        
                     TapChanger'.TapChanger --+    
                                              |    
               PhaseTapChanger'.PhaseTapChanger --+
                                                  |
                                                 PhaseTapChangerNonLinear
Known Subclasses:

PhaseTapChangerNonLinear describe the non linear behavior of a phase tap changer. This is a base class for the symmetrical and asymmetrical models. The details of these models can be found in the IEC 61970-301 document.

Instance Methods [hide private]
 
__init__(self, voltageStepIncrement=0.0, *args, **kw_args)
Initialises a new 'PhaseTapChangerNonLinear' 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 = {'voltageStepIncrement': <type 'float'>}
  _attrs = ['voltageStepIncrement']
  _defaults = {'voltageStepIncrement': 0.0}

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

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from Core.IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, voltageStepIncrement=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'PhaseTapChangerNonLinear' instance.

Parameters:
  • voltageStepIncrement - The voltage step increment on the out of phase winding. This voltage step on the out of phase winding of the phase shifter.
Overrides: object.__init__