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

Class PhaseTapChangerSymetrical

                           object --+                        
                                    |                        
                     Element'.Element --+                    
                                        |                    
  Core.IdentifiedObject'.IdentifiedObject --+                
                                            |                
Core.PowerSystemResource'.PowerSystemResource --+            
                                                |            
                           TapChanger'.TapChanger --+        
                                                    |        
                     PhaseTapChanger'.PhaseTapChanger --+    
                                                        |    
       PhaseTapChangerNonLinear'.PhaseTapChangerNonLinear --+
                                                            |
                                                           PhaseTapChangerSymetrical

In a PhaseTapChangerSymetrical tranformer the secondary side voltage magnitude is the same as at the primary side. The difference voltage magnitude, ΔU, is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference correpsonds the top angle and can be expressed as follows α = 2arctan(ΔU/2)In a PhaseTapChangerSymetrical tranformer the secondary side voltage magnitude is the same as at the primary side. The difference voltage magnitude, ΔU, is the base in an equal-sided triangle where the sides corresponds to the primary and secondary voltages. The phase angle difference correpsonds the top angle and can be expressed as follows α = 2arctan(ΔU/2)

Instance Methods [hide private]
 
__init__(self, *args, **kw_args)
Initialises a new 'PhaseTapChangerSymetrical' 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 = {}
  _attrs = []
  _defaults = {}

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, *args, **kw_args)
(Constructor)

 

Initialises a new 'PhaseTapChangerSymetrical' 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__