TransformerEndInfo
Class Description​
Transformer end data.
Attributes​
Name | Type | Description |
---|---|---|
connectionKind | WindingConnection | Kind of connection. |
emergencyS | ApparentPower | Apparent power that the winding can carry under emergency conditions (also called long-term emergency power). |
endNumber | Integer | Number for this transformer end, corresponding to the end's order in the PowerTransformer.vectorGroup attribute. Highest voltage winding should be 1. |
insulationU | Voltage | Basic insulation level voltage rating. |
phaseAngleClock | Integer | Winding phase angle where 360 degrees are represented with clock hours, so the valid values are {0, ..., 11}. For example, to express the second winding in code 'Dyn11', set attributes as follows: 'endNumber'=2, 'connectionKind' = Yn and 'phaseAngleClock' = 11. |
r | Resistance | DC resistance. |
ratedS | ApparentPower | Normal apparent power rating. |
ratedU | Voltage | Rated voltage: phase-phase for three-phase windings, and either phase-phase or phase-neutral for single-phase windings. |
shortTermS | ApparentPower | Apparent power that this winding can carry for a short period of time (in emergency). |
Relationships​
Ancestors​
Descendents​
No descendent classes
Associations​
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
TransformerEndInfo | 0..1 | TransformerStarImpedance | 0..1 | TransformerEndInfo | Transformer end datasheet used to calculate this transformer star impedance. | TransformerStarImpedance | Transformer star impedance calculated from this transformer end datasheet. |
TransformerEndInfo | TransformerTankInfo | 1 | TransformerTankInfo | Transformer tank data that this end description is part of. | |||
TransformerEndInfo | NoLoadTest | 0..1 | EnergisedEndNoLoadTests | All no-load test measurements in which this transformer end was energised. | |||
TransformerEndInfo | 1 | OpenCircuitTest | 0..1 | OpenEnd | Transformer end measured for induced voltage and angle in this open-circuit test. | OpenEndOpenCircuitTests | All open-circuit test measurements in which this transformer end was not excited. |
TransformerEndInfo | OpenCircuitTest | 0..1 | EnergisedEndOpenCircuitTests | All open-circuit test measurements in which this transformer end was excited. | |||
TransformerEndInfo | ShortCircuitTest | 0..1 | GroundedEndShortCircuitTests | All short-circuit test measurements in which this transformer end was short-circuited. | |||
TransformerEndInfo | ShortCircuitTest | 0..1 | EnergisedEndShortCircuitTests | All short-circuit test measurements in which this transformer end was energised. |