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

Class PhaseTapChangerAsymetrical

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

In a PhaseTapChangerAsymetrical tranformer the difference voltage vector adds to the primary side voltage. The angle between the primary side voltage and the difference voltage is named the winding connection angle. The phase shift, α, depends on both the difference voltage magnitude, ΔU, and the winding connection angle.In a PhaseTapChangerAsymetrical tranformer the difference voltage vector adds to the primary side voltage. The angle between the primary side voltage and the difference voltage is named the winding connection angle. The phase shift, α, depends on both the difference voltage magnitude, ΔU, and the winding connection angle.

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

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

 

Initialises a new 'PhaseTapChangerAsymetrical' instance.

Parameters:
  • windingConnectionAngle - The phase angle between the in-phase winding and the out-of -phase winding used for creating phase shift. It is only possible to have a symmemtrical transformer if this angle is 90 degrees.
Overrides: object.__init__