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

Class PowerTransformer

                           object --+                
                                    |                
                     Element'.Element --+            
                                        |            
  Core.IdentifiedObject'.IdentifiedObject --+        
                                            |        
Core.PowerSystemResource'.PowerSystemResource --+    
                                                |    
                        Core.Equipment'.Equipment --+
                                                    |
                                                   PowerTransformer

An electrical device consisting of two or more coupled windings, with or without a magnetic core, for introducing mutual coupling between electric circuits. Transformers can be used to control voltage and phase shift (active power flow).

Instance Methods [hide private]
 
__init__(self, magSatFlux=0.0, magBaseU=0.0, bmagSat=0.0, TransformerWindings=None, HeatExchanger=None, *args, **kw_args)
Initialises a new 'PowerTransformer' instance.
 
addTransformerWindings(self, *TransformerWindings)
 
getHeatExchanger(self)
A transformer may have a heat exchanger
 
getTransformerWindings(self)
A transformer has windings
 
removeTransformerWindings(self, *TransformerWindings)
 
setHeatExchanger(self, value)
 
setTransformerWindings(self, value)

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 = {'bmagSat': <type 'float'>, 'magBaseU': <type 'f...
  _attrs = ['magSatFlux', 'magBaseU', 'bmagSat']
  _defaults = {'bmagSat': 0.0, 'magBaseU': 0.0, 'magSatFlux': 0.0}
  _many_refs = ['TransformerWindings']
  _refs = ['TransformerWindings', 'HeatExchanger']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  HeatExchanger
A transformer may have a heat exchanger
  TransformerWindings
A transformer has windings

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, magSatFlux=0.0, magBaseU=0.0, bmagSat=0.0, TransformerWindings=None, HeatExchanger=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PowerTransformer' instance.

Parameters:
  • magSatFlux - Core magnetizing saturation curve knee flux level.
  • magBaseU - The reference voltage at which the magnetizing saturation measurements were made
  • bmagSat - Core shunt magnetizing susceptance in the saturation region.
  • TransformerWindings - A transformer has windings
  • HeatExchanger - A transformer may have a heat exchanger
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'bmagSat': <type 'float'>,
 'magBaseU': <type 'float'>,
 'magSatFlux': <type 'float'>}

Property Details [hide private]

HeatExchanger

A transformer may have a heat exchanger

Get Method:
getHeatExchanger(self) - A transformer may have a heat exchanger
Set Method:
setHeatExchanger(self, value)

TransformerWindings

A transformer has windings

Get Method:
getTransformerWindings(self) - A transformer has windings
Set Method:
setTransformerWindings(self, value)