| Trees | Indices | Help |
|
|---|
|
|
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.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_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
|
|||
|
|||
|
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 winding |
|||
|
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. |
|||
|
xground Ground reactance path through connected grounding transformer. |
|||
|
windingType The type of winding. |
|||
|
|||
Initialises a new 'TransformerWinding' instance.
|
|
|||
_attrs
|
_attr_types
|
_defaults
|
_enums
|
_refs
|
RatioTapChanger
|
PhaseTapChanger
|
PowerTransformer
|
|
|||
xPositive 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. |
bMagnetizing branch susceptance (B mag). The value can be positive or negative. |
connectionTypeThe type of connection of the winding. Values are: "I", "Yn", "Z", "Y", "A", "D", "Zn" |
rPositive 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. |
windingTypeThe type of winding. Values are: "tertiary", "primary", "secondary" |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 2 18:27:36 2011 | http://epydoc.sourceforge.net |