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

Class PhaseTapChangerLinear

                         object --+                
                                  |                
                   Element'.Element --+            
                                      |            
Core.IdentifiedObject'.IdentifiedObject --+        
                                          |        
                     TapChanger'.TapChanger --+    
                                              |    
               PhaseTapChanger'.PhaseTapChanger --+
                                                  |
                                                 PhaseTapChangerLinear

PhaseTapChangerLinear describes a linear relation between the tap step and the phase angle difference across the transformer. This is a mathematical model that is an approximation of a real phase tap changer.

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

 

Initialises a new 'PhaseTapChangerLinear' instance.

Parameters:
  • stepPhaseShiftIncrement - Phase shift per step position. A positive value indicates a positive phase shift from the winding where the tap is located to the other winding (for a two-winding transformer). The actual phase shift increment might be more accurately computed from the symmetrical or asymmetrical models or a tap step table lookup if those are available.
Overrides: object.__init__