Package CIM15 :: 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.Mechanism for changing transformer winding tap positions.

Instance Methods [hide private]
 
__init__(self, neutralU=0.0, regulationStatus=False, subsequentDelay=0.0, normalStep=0, ltcFlag=False, lowStep=0, neutralStep=0, initialDelay=0.0, highStep=0, TapChangerInfo=None, TapSchedules=None, TapChangerControl=None, SvTapStep=None, *args, **kw_args)
Initialises a new 'TapChanger' instance.
 
addTapSchedules(self, *TapSchedules)
 
getSvTapStep(self)
The tap step state associated with the tap changer.
 
getTapChangerControl(self)
 
getTapChangerInfo(self)
Data for this tap changer.
 
getTapSchedules(self)
A TapChanger can have TapSchedules.
 
removeTapSchedules(self, *TapSchedules)
 
setSvTapStep(self, value)
 
setTapChangerControl(self, value)
 
setTapChangerInfo(self, value)
 
setTapSchedules(self, value)

Inherited from Core.PowerSystemResource'.PowerSystemResource: addAssets, addChangeItems, addDocumentRoles, addErpOrganisationRoles, addMeasurements, addNetworkDataSets, addOperatingShare, addPSREvent, addPsrLists, addReportingGroup, addSafetyDocuments, addScheduleSteps, getAssets, getChangeItems, getDocumentRoles, getErpOrganisationRoles, getLocation, getMeasurements, getNetworkDataSets, getOperatingShare, getOutageSchedule, getPSREvent, getPSRType, getPsrLists, getReportingGroup, getSafetyDocuments, getScheduleSteps, removeAssets, removeChangeItems, removeDocumentRoles, removeErpOrganisationRoles, removeMeasurements, removeNetworkDataSets, removeOperatingShare, removePSREvent, removePsrLists, removeReportingGroup, removeSafetyDocuments, removeScheduleSteps, setAssets, setChangeItems, setDocumentRoles, setErpOrganisationRoles, setLocation, setMeasurements, setNetworkDataSets, setOperatingShare, setOutageSchedule, setPSREvent, setPSRType, setPsrLists, setReportingGroup, setSafetyDocuments, setScheduleSteps

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = ['neutralU', 'regulationStatus', 'subsequentDelay', '...
  _defaults = {'highStep': 0, 'initialDelay': 0.0, 'lowStep': 0,...
  _many_refs = ['TapSchedules']
  _refs = ['TapChangerInfo', 'TapSchedules', 'TapChangerControl'...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  SvTapStep
The tap step state associated with the tap changer.
  TapChangerControl
  TapChangerInfo
Data for this tap changer.
  TapSchedules
A TapChanger can have TapSchedules.

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, ChangeItems, DocumentRoles, ErpOrganisationRoles, Location, Measurements, NetworkDataSets, OperatingShare, OutageSchedule, PSREvent, PSRType, PsrLists, ReportingGroup, SafetyDocuments, ScheduleSteps

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'TapChanger' instance.

Parameters:
  • neutralU - Voltage at which the winding operates at the neutral tap setting.
  • regulationStatus - Specifies the default regulation status of the TapChanger. True is regulating. False is not regulating.
  • subsequentDelay - For an LTC, the delay for subsequent tap changer operation (second and later step changes)
  • 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.
  • lowStep - Lowest possible tap step position, retard from neutral
  • neutralStep - The neutral tap step position for this winding.
  • initialDelay - For an LTC, the delay for initial tap changer operation (first step change)
  • highStep - Highest possible tap step position, advance from neutral
  • TapChangerInfo - Data for this tap changer.
  • TapSchedules - A TapChanger can have TapSchedules.
  • TapChangerControl
  • 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:
['neutralU',
 'regulationStatus',
 'subsequentDelay',
 'normalStep',
 'ltcFlag',
 'lowStep',
 'neutralStep',
 'initialDelay',
...

_defaults

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

_refs

Value:
['TapChangerInfo', 'TapSchedules', 'TapChangerControl', 'SvTapStep']

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)

TapChangerControl

Get Method:
getTapChangerControl(self)
Set Method:
setTapChangerControl(self, value)

TapChangerInfo

Data for this tap changer.

Get Method:
getTapChangerInfo(self) - Data for this tap changer.
Set Method:
setTapChangerInfo(self, value)

TapSchedules

A TapChanger can have TapSchedules.

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