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

Class PhaseTapChangerNonLinear

                           object --+                    
                                    |                    
                     Element'.Element --+                
                                        |                
  Core.IdentifiedObject'.IdentifiedObject --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                           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.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, xMedian=0.0, voltageStepIncrement=0.0, xMax=0.0, *args, **kw_args)
Initialises a new 'PhaseTapChangerNonLinear' instance.

Inherited from PhaseTapChanger'.PhaseTapChanger: getPhaseTapChangerTabular, getTransformerEnd, setPhaseTapChangerTabular, setTransformerEnd

Inherited from TapChanger'.TapChanger: addTapSchedules, getSvTapStep, getTapChangerControl, getTapChangerInfo, getTapSchedules, removeTapSchedules, setSvTapStep, setTapChangerControl, setTapChangerInfo, setTapSchedules

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 = {'voltageStepIncrement': <type 'float'>, 'xMax':...
  _attrs = ['xMedian', 'voltageStepIncrement', 'xMax']
  _defaults = {'voltageStepIncrement': 0.0, 'xMax': 0.0, 'xMedia...
  _refs = []

Inherited from PhaseTapChanger'.PhaseTapChanger (private): _many_refs

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from PhaseTapChanger'.PhaseTapChanger: PhaseTapChangerTabular, TransformerEnd

Inherited from TapChanger'.TapChanger: SvTapStep, TapChangerControl, TapChangerInfo, 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, xMedian=0.0, voltageStepIncrement=0.0, xMax=0.0, *args, **kw_args)
(Constructor)

 

Initialises a new 'PhaseTapChangerNonLinear' instance.

Parameters:
  • xMedian - The reactance at the mid tap step.
  • voltageStepIncrement - The voltage step increment on the out of phase winding. This voltage step on the out of phase winding of the phase shifter.
  • xMax - The reactance at the maximum tap step.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'voltageStepIncrement': <type 'float'>,
 'xMax': <type 'float'>,
 'xMedian': <type 'float'>}

_defaults

Value:
{'voltageStepIncrement': 0.0, 'xMax': 0.0, 'xMedian': 0.0}