Package CIM14 :: Package IEC61970 :: Package Wires :: Module TransformerWinding' :: Class TransformerWinding
[hide private]
[frames] | no frames]

Class TransformerWinding

                           object --+                    
                                    |                    
                     Element'.Element --+                
                                        |                
  Core.IdentifiedObject'.IdentifiedObject --+            
                                            |            
Core.PowerSystemResource'.PowerSystemResource --+        
                                                |        
                        Core.Equipment'.Equipment --+    
                                                    |    
        Core.ConductingEquipment'.ConductingEquipment --+
                                                        |
                                                       TransformerWinding

A winding is associated with each defined terminal of a transformer (or phase shifter).

Instance Methods [hide private]
 
__init__(self, connectionType='Yn', windingType='primary', x=0.0, grounded=False, g=0.0, r=0.0, x0=0.0, ratedU=0.0, ratedS=0.0, emergencyS=0.0, rground=0.0, shortTermS=0.0, r0=0.0, g0=0.0, insulationU=0.0, b=0.0, b0=0.0, xground=0.0, From_WindingTest=None, To_WindingTest=None, RatioTapChanger=None, PowerTransformer=None, PhaseTapChanger=None, *args, **kw_args)
Initialises a new 'TransformerWinding' instance.
 
addFrom_WindingTest(self, *From_WindingTest)
 
addTo_WindingTest(self, *To_WindingTest)
 
getFrom_WindingTest(self)
The transformer winding tests for which the transformer winding (terminal) participates as the 'from' part of the test.
 
getPhaseTapChanger(self)
The phase tap changer associated with the transformer winding.
 
getPowerTransformer(self)
A transformer has windings
 
getRatioTapChanger(self)
The ratio tap changer associated with the transformer winding.
 
getTo_WindingTest(self)
The winding winding tests for which the transformer winding (terminal) participates as the 'to' end of the test.
 
removeFrom_WindingTest(self, *From_WindingTest)
 
removeTo_WindingTest(self, *To_WindingTest)
 
setFrom_WindingTest(self, value)
 
setPhaseTapChanger(self, value)
 
setPowerTransformer(self, value)
 
setRatioTapChanger(self, value)
 
setTo_WindingTest(self, value)

Inherited from Core.ConductingEquipment'.ConductingEquipment: addClearanceTags, addProtectionEquipments, addTerminals, getBaseVoltage, getClearanceTags, getProtectionEquipments, getSvStatus, getTerminals, removeClearanceTags, removeProtectionEquipments, removeTerminals, setBaseVoltage, setClearanceTags, setProtectionEquipments, setSvStatus, setTerminals

Inherited from Core.Equipment'.Equipment: addContingencyEquipment, addCustomerAgreements, addOperationalLimitSet, getContingencyEquipment, getCustomerAgreements, getEquipmentContainer, getOperationalLimitSet, removeContingencyEquipment, removeCustomerAgreements, removeOperationalLimitSet, setContingencyEquipment, setCustomerAgreements, setEquipmentContainer, setOperationalLimitSet

Inherited from Core.PowerSystemResource'.PowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'b': <type 'float'>, 'b0': <type 'float'>, 'con...
  _attrs = ['connectionType', 'windingType', 'x', 'grounded', 'g...
  _defaults = {'b': 0.0, 'b0': 0.0, 'connectionType': 'Yn', 'eme...
  _enums = {'connectionType': 'WindingConnection', 'windingType'...
  _many_refs = ['From_WindingTest', 'To_WindingTest']
  _refs = ['From_WindingTest', 'To_WindingTest', 'RatioTapChange...
Properties [hide private]
  From_WindingTest
The transformer winding tests for which the transformer winding (terminal) participates as the 'from' part of the test.
  PhaseTapChanger
The phase tap changer associated with the transformer winding.
  PowerTransformer
A transformer has windings
  RatioTapChanger
The ratio tap changer associated with the transformer winding.
  To_WindingTest
The winding winding tests for which the transformer winding (terminal) participates as the 'to' end of the test.

Inherited from Core.ConductingEquipment'.ConductingEquipment: BaseVoltage, ClearanceTags, ProtectionEquipments, SvStatus, Terminals

Inherited from Core.Equipment'.Equipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, connectionType='Yn', windingType='primary', x=0.0, grounded=False, g=0.0, r=0.0, x0=0.0, ratedU=0.0, ratedS=0.0, emergencyS=0.0, rground=0.0, shortTermS=0.0, r0=0.0, g0=0.0, insulationU=0.0, b=0.0, b0=0.0, xground=0.0, From_WindingTest=None, To_WindingTest=None, RatioTapChanger=None, PowerTransformer=None, PhaseTapChanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TransformerWinding' instance.

Parameters:
  • connectionType - The type of connection of the winding. Values are: "Yn", "Y", "D", "I", "Z", "A", "Zn"
  • windingType - The type of winding. Values are: "primary", "quaternary", "secondary", "tertiary"
  • x - Positive sequence series reactance of the winding. For a two winding transformer, the full reactance of the transformer should be entered on the primary (high voltage) winding.
  • grounded - Set if the winding is grounded.
  • g - Magnetizing branch conductance (G mag).
  • r - Positive sequence series resistance of the winding. For a two winding transformer, the full resistance of the transformer should be entered on the primary (high voltage) winding.
  • x0 - Zero sequence series reactance of the winding.
  • ratedU - The rated voltage (phase-to-phase) of the winding, usually the same as the neutral voltage.
  • ratedS - The normal apparent power rating for the winding
  • emergencyS - The apparent power that the winding can carry under emergency conditions.
  • rground - Ground resistance path through connected grounding transformer.
  • shortTermS - Apparent power that the winding can carry for a short period of time.
  • r0 - Zero sequence series resistance of the winding.
  • g0 - Zero sequence magnetizing branch conductance.
  • insulationU - Basic insulation level voltage rating
  • b - Magnetizing branch susceptance (B mag). The value can be positive or negative.
  • b0 - Zero sequence magnetizing branch susceptance.
  • xground - Ground reactance path through connected grounding transformer.
  • From_WindingTest - The transformer winding tests for which the transformer winding (terminal) participates as the 'from' part of the test.
  • To_WindingTest - The winding winding tests for which the transformer winding (terminal) participates as the 'to' end of the test.
  • RatioTapChanger - The ratio tap changer associated with the transformer winding.
  • PowerTransformer - A transformer has windings
  • PhaseTapChanger - The phase tap changer associated with the transformer winding.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'b': <type 'float'>,
 'b0': <type 'float'>,
 'connectionType': <type 'str'>,
 'emergencyS': <type 'float'>,
 'g': <type 'float'>,
 'g0': <type 'float'>,
 'grounded': <type 'bool'>,
 'insulationU': <type 'float'>,
...

_attrs

Value:
['connectionType',
 'windingType',
 'x',
 'grounded',
 'g',
 'r',
 'x0',
 'ratedU',
...

_defaults

Value:
{'b': 0.0,
 'b0': 0.0,
 'connectionType': 'Yn',
 'emergencyS': 0.0,
 'g': 0.0,
 'g0': 0.0,
 'grounded': False,
 'insulationU': 0.0,
...

_enums

Value:
{'connectionType': 'WindingConnection', 'windingType': 'WindingType'}

_refs

Value:
['From_WindingTest',
 'To_WindingTest',
 'RatioTapChanger',
 'PowerTransformer',
 'PhaseTapChanger']

Property Details [hide private]

From_WindingTest

The transformer winding tests for which the transformer winding (terminal) participates as the 'from' part of the test.

Get Method:
getFrom_WindingTest(self) - The transformer winding tests for which the transformer winding (terminal) participates as the 'from' part of the test.
Set Method:
setFrom_WindingTest(self, value)

PhaseTapChanger

The phase tap changer associated with the transformer winding.

Get Method:
getPhaseTapChanger(self) - The phase tap changer associated with the transformer winding.
Set Method:
setPhaseTapChanger(self, value)

PowerTransformer

A transformer has windings

Get Method:
getPowerTransformer(self) - A transformer has windings
Set Method:
setPowerTransformer(self, value)

RatioTapChanger

The ratio tap changer associated with the transformer winding.

Get Method:
getRatioTapChanger(self) - The ratio tap changer associated with the transformer winding.
Set Method:
setRatioTapChanger(self, value)

To_WindingTest

The winding winding tests for which the transformer winding (terminal) participates as the 'to' end of the test.

Get Method:
getTo_WindingTest(self) - The winding winding tests for which the transformer winding (terminal) participates as the 'to' end of the test.
Set Method:
setTo_WindingTest(self, value)