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

Class PhaseTapChangerLinear

                           object --+                    
                                    |                    
                     Element'.Element --+                
                                        |                
  Core.IdentifiedObject'.IdentifiedObject --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                           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.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 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 = {'stepPhaseShiftIncrement': <type 'float'>}
  _attrs = ['stepPhaseShiftIncrement']
  _defaults = {'stepPhaseShiftIncrement': 0.0}
  _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, 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__