Package CIM14 :: Package CDPSM :: Package Unbalanced :: Package IEC61970 :: Package Wires :: Module TapChanger' :: Class TapChanger
[hide private]
[frames] | no frames]

Class TapChanger

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

Mechanism for changing transformer winding tap positions.

Instance Methods [hide private]
 
__init__(self, stepVoltageIncrement=0.0, subsequentDelay=0.0, neutralStep=0, normalStep=0, ltcFlag=False, neutralU=0.0, lowStep=0, initialDelay=0.0, regulationStatus=False, highStep=0, SvTapStep=None, *args, **kw_args)
Initialises a new 'TapChanger' instance.
 
getSvTapStep(self)
The tap step state associated with the tap changer.
 
setSvTapStep(self, value)

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 = {'highStep': <type 'int'>, 'initialDelay': <type...
  _attrs = ['stepVoltageIncrement', 'subsequentDelay', 'neutralS...
  _defaults = {'highStep': 0, 'initialDelay': 0.0, 'lowStep': 0,...
  _refs = ['SvTapStep']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  SvTapStep
The tap step state associated with the tap changer.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, stepVoltageIncrement=0.0, subsequentDelay=0.0, neutralStep=0, normalStep=0, ltcFlag=False, neutralU=0.0, lowStep=0, initialDelay=0.0, regulationStatus=False, highStep=0, SvTapStep=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TapChanger' 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.
  • subsequentDelay - For an LTC, the delay for subsequent tap changer operation (second and later step changes)
  • neutralStep - The neutral tap step position for this winding.
  • normalStep - The tap step position used in 'normal' network operation for this winding. For a 'Fixed' tap changer indicates the current physical tap setting.
  • ltcFlag - Specifies whether or not a TapChanger has load tap changing capabilities.
  • neutralU - Voltage at which the winding operates at the neutral tap setting.
  • lowStep - Lowest possible tap step position, retard from neutral
  • initialDelay - For an LTC, the delay for initial tap changer operation (first step change)
  • regulationStatus - Specifies the default regulation status of the TapChanger. True is regulating. False is not regulating.
  • highStep - Highest possible tap step position, advance from neutral
  • SvTapStep - The tap step state associated with the tap changer.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'highStep': <type 'int'>,
 'initialDelay': <type 'float'>,
 'lowStep': <type 'int'>,
 'ltcFlag': <type 'bool'>,
 'neutralStep': <type 'int'>,
 'neutralU': <type 'float'>,
 'normalStep': <type 'int'>,
 'regulationStatus': <type 'bool'>,
...

_attrs

Value:
['stepVoltageIncrement',
 'subsequentDelay',
 'neutralStep',
 'normalStep',
 'ltcFlag',
 'neutralU',
 'lowStep',
 'initialDelay',
...

_defaults

Value:
{'highStep': 0,
 'initialDelay': 0.0,
 'lowStep': 0,
 'ltcFlag': False,
 'neutralStep': 0,
 'neutralU': 0.0,
 'normalStep': 0,
 'regulationStatus': False,
...

Property Details [hide private]

SvTapStep

The tap step state associated with the tap changer.

Get Method:
getSvTapStep(self) - The tap step state associated with the tap changer.
Set Method:
setSvTapStep(self, value)