CIM14 :: ENTSOE :: Equipment :: Wires :: PowerTransformer :: PowerTransformer :: Class PowerTransformer
[hide private]
[frames] | no frames]

Class PowerTransformer

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).A PowerTransformer can be either two winding or three winding. - A two winding transformer has two TransformerWindings - A three winding transformer has three TransformerWindings

Instance Methods [hide private]
 
__init__(self, TransformerWindings=None, *args, **kw_args)
Initialises a new 'PowerTransformer' instance.
 
getTransformerWindings(self)
A transformer has windings
 
setTransformerWindings(self, value)
 
addTransformerWindings(self, *TransformerWindings)
 
removeTransformerWindings(self, *TransformerWindings)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["TransformerWindings"]
  _many_refs = ["TransformerWindings"]
  TransformerWindings = property(getTransformerWindings, setTran...
Method Details [hide private]

__init__(self, TransformerWindings=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'PowerTransformer' instance.

Parameters:
  • TransformerWindings - A transformer has windings

Class Variable Details [hide private]

TransformerWindings

Value:
property(getTransformerWindings, setTransformerWindings)