Package CIM14 :: 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, normalStep=0, neutralStep=0, subsequentDelay=0.0, regulationStatus=False, ltcFlag=False, highStep=0, initialDelay=0.0, lowStep=0, neutralU=0.0, SvTapStep=None, ImpedanceVariationCurve=None, TapSchedules=None, RegulatingControl=None, *args, **kw_args)
Initialises a new 'TapChanger' instance.
 
addTapSchedules(self, *TapSchedules)
 
getImpedanceVariationCurve(self)
A TapChanger can have an associated ImpedanceVariationCurve to define impedance variations with tap step changes.
 
getRegulatingControl(self)
 
getSvTapStep(self)
The tap step state associated with the tap changer.
 
getTapSchedules(self)
A TapChanger can have TapSchedules.
 
removeTapSchedules(self, *TapSchedules)
 
setImpedanceVariationCurve(self, value)
 
setRegulatingControl(self, value)
 
setSvTapStep(self, value)
 
setTapSchedules(self, value)

Inherited from Core.PowerSystemResource'.PowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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', 'normalStep', 'neutralStep',...
  _defaults = {'highStep': 0, 'initialDelay': 0.0, 'lowStep': 0,...
  _many_refs = ['TapSchedules']
  _refs = ['SvTapStep', 'ImpedanceVariationCurve', 'TapSchedules...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ImpedanceVariationCurve
A TapChanger can have an associated ImpedanceVariationCurve to define impedance variations with tap step changes.
  RegulatingControl
  SvTapStep
The tap step state associated with the tap changer.
  TapSchedules
A TapChanger can have TapSchedules.

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

_defaults

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

_refs

Value:
['SvTapStep',
 'ImpedanceVariationCurve',
 'TapSchedules',
 'RegulatingControl']

Property Details [hide private]

ImpedanceVariationCurve

A TapChanger can have an associated ImpedanceVariationCurve to define impedance variations with tap step changes.

Get Method:
getImpedanceVariationCurve(self) - A TapChanger can have an associated ImpedanceVariationCurve to define impedance variations with tap step changes.
Set Method:
setImpedanceVariationCurve(self, value)

RegulatingControl

Get Method:
getRegulatingControl(self)
Set Method:
setRegulatingControl(self, value)

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)

TapSchedules

A TapChanger can have TapSchedules.

Get Method:
getTapSchedules(self) - A TapChanger can have TapSchedules.
Set Method:
setTapSchedules(self, value)