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

Class TransformerWinding

Core.ConductingEquipment.ConductingEquipment --+
                                               |
                                              TransformerWinding

A winding is associated with each defined terminal of a transformer (or phase shifter).- [R5.4], [R5.6], and [R5.10] are satisfied by navigation to ConnectivityNode and Substation - Each TransformerWinging must be contained by a PowerTransformer. Because a TransformerWinding (or any other object) can not be contained by more than one parent, a TransformerWinding can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc). - The attributes ratedS, b0, g0, r0, x0, rground, xground, and connectionType are not required.

Instance Methods [hide private]
 
__init__(self, x=0.0, x0=0.0, b0=0.0, g0=0.0, rground=0.0, b=0.0, connectionType="I", ratedS=0.0, r=0.0, r0=0.0, ratedU=0.0, xground=0.0, windingType="tertiary", RatioTapChanger=None, PhaseTapChanger=None, PowerTransformer=None, *args, **kw_args)
Initialises a new 'TransformerWinding' instance.
 
getRatioTapChanger(self)
The ratio tap changer associated with the transformer winding.
 
setRatioTapChanger(self, value)
 
getPhaseTapChanger(self)
The phase tap changer associated with the transformer winding.
 
setPhaseTapChanger(self, value)
 
getPowerTransformer(self)
A transformer has windings
 
setPowerTransformer(self, value)
Class Variables [hide private]
  _attrs = ["x", "x0", "b0", "g0", "rground", "b", "connectionTy...
  _attr_types = {"x": float, "x0": float, "b0": float, "g0": flo...
  _defaults = {"x": 0.0, "x0": 0.0, "b0": 0.0, "g0": 0.0, "rgrou...
  _enums = {"connectionType": "WindingConnection", "windingType"...
  _refs = ["RatioTapChanger", "PhaseTapChanger", "PowerTransform...
  _many_refs = []
  RatioTapChanger = property(getRatioTapChanger, setRatioTapChan...
  PhaseTapChanger = property(getPhaseTapChanger, setPhaseTapChan...
  PowerTransformer = property(getPowerTransformer, setPowerTrans...
Instance Variables [hide private]
  x
Positive sequence series reactance of the winding.
  x0
Zero sequence series reactance of the winding.
  b0
Zero sequence magnetizing branch susceptance.
  g0
Zero sequence magnetizing branch conductance.
  rground
Ground resistance path through connected grounding transformer.
  b
Magnetizing branch susceptance (B mag).
  connectionType
The type of connection of the winding.
  ratedS
The normal apparent power rating for the windingShould not be null or zero.
  r
Positive sequence series resistance of the winding.
  r0
Zero sequence series resistance of the winding.
  ratedU
The rated voltage (phase-to-phase) of the winding, usually the same as the neutral voltage.Should not be null or zero.
  xground
Ground reactance path through connected grounding transformer.
  windingType
The type of winding.
Method Details [hide private]

__init__(self, x=0.0, x0=0.0, b0=0.0, g0=0.0, rground=0.0, b=0.0, connectionType="I", ratedS=0.0, r=0.0, r0=0.0, ratedU=0.0, xground=0.0, windingType="tertiary", RatioTapChanger=None, PhaseTapChanger=None, PowerTransformer=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'TransformerWinding' instance.

Parameters:
  • 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.
  • x0 - Zero sequence series reactance of the winding.
  • b0 - Zero sequence magnetizing branch susceptance.
  • g0 - Zero sequence magnetizing branch conductance.
  • rground - Ground resistance path through connected grounding transformer.
  • b - Magnetizing branch susceptance (B mag). The value can be positive or negative.
  • connectionType - The type of connection of the winding. Values are: "I", "Yn", "Z", "Y", "A", "D", "Zn"
  • ratedS - The normal apparent power rating for the windingShould not be null or zero.
  • 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.
  • r0 - Zero sequence series resistance of the winding.
  • ratedU - The rated voltage (phase-to-phase) of the winding, usually the same as the neutral voltage.Should not be null or zero.
  • xground - Ground reactance path through connected grounding transformer.
  • windingType - The type of winding. Values are: "tertiary", "primary", "secondary"
  • RatioTapChanger - The ratio tap changer associated with the transformer winding.
  • PhaseTapChanger - The phase tap changer associated with the transformer winding.
  • PowerTransformer - A transformer has windings

Class Variable Details [hide private]

_attrs

Value:
["x", "x0", "b0", "g0", "rground", "b", "connectionType", "ratedS", "r\
", "r0", "ratedU", "xground", "windingType"]

_attr_types

Value:
{"x": float, "x0": float, "b0": float, "g0": float, "rground": float, \
"b": float, "connectionType": str, "ratedS": float, "r": float, "r0": \
float, "ratedU": float, "xground": float, "windingType": str}

_defaults

Value:
{"x": 0.0, "x0": 0.0, "b0": 0.0, "g0": 0.0, "rground": 0.0, "b": 0.0, \
"connectionType": "I", "ratedS": 0.0, "r": 0.0, "r0": 0.0, "ratedU": 0\
.0, "xground": 0.0, "windingType": "tertiary"}

_enums

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

_refs

Value:
["RatioTapChanger", "PhaseTapChanger", "PowerTransformer"]

RatioTapChanger

Value:
property(getRatioTapChanger, setRatioTapChanger)

PhaseTapChanger

Value:
property(getPhaseTapChanger, setPhaseTapChanger)

PowerTransformer

Value:
property(getPowerTransformer, setPowerTransformer)

Instance Variable Details [hide private]

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.

b

Magnetizing branch susceptance (B mag). The value can be positive or negative.

connectionType

The type of connection of the winding. Values are: "I", "Yn", "Z", "Y", "A", "D", "Zn"

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.

windingType

The type of winding. Values are: "tertiary", "primary", "secondary"