Class: PowerTransformerEnd
_A PowerTransformerEnd is associated with each Terminal of a PowerTransformer. _
_The impedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star equivalent as follows. _
_1) for a two Terminal PowerTransformer the high voltage (TransformerEnd.endNumber=1) PowerTransformerEnd has non zero values on r, r0, x, and x0 while the low voltage (TransformerEnd.endNumber=2) PowerTransformerEnd has zero values for r, r0, x, and x0. Parameters are always provided, even if the PowerTransformerEnds have the same rated voltage. In this case, the parameters are provided at the PowerTransformerEnd which has TransformerEnd.endNumber equal to 1. _
_2) for a three Terminal PowerTransformer the three PowerTransformerEnds represent a star equivalent with each leg in the star represented by r, r0, x, and x0 values. _
_3) For a three Terminal transformer each PowerTransformerEnd shall have g, g0, b and b0 values corresponding to the no load losses distributed on the three PowerTransformerEnds. The total no load loss shunt impedances may also be placed at one of the PowerTransformerEnds, preferably the end numbered 1, having the shunt values on end 1. This is the preferred way. _
_4) for a PowerTransformer with more than three Terminals the PowerTransformerEnd impedance values cannot be used. Instead use the TransformerMeshImpedance or split the transformer into multiple PowerTransformers. _
Each PowerTransformerEnd must be contained by a PowerTransformer. Because a PowerTransformerEnd (or any other object) can not be contained by more than one parent, a PowerTransformerEnd can not have an association to an EquipmentContainer (Substation, VoltageLevel, etc).
classDiagram
class PowerTransformerEnd
TransformerEnd <|-- PowerTransformerEnd
PowerTransformerEnd : alias_name
PowerTransformerEnd : b
PowerTransformerEnd --> Susceptance : b
PowerTransformerEnd : base_voltage
PowerTransformerEnd --> BaseVoltage : base_voltage
PowerTransformerEnd : bmag_sat
PowerTransformerEnd --> PerCent : bmag_sat
PowerTransformerEnd : connection_kind
PowerTransformerEnd --> WindingConnection : connection_kind
PowerTransformerEnd : core_admittance
PowerTransformerEnd --> TransformerCoreAdmittance : core_admittance
PowerTransformerEnd : description
PowerTransformerEnd : diagram_objects
PowerTransformerEnd --> DiagramObject : diagram_objects
PowerTransformerEnd : end_number
PowerTransformerEnd : from_mesh_impedance
PowerTransformerEnd --> TransformerMeshImpedance : from_mesh_impedance
PowerTransformerEnd : from_winding_insulations
PowerTransformerEnd --> WindingInsulation : from_winding_insulations
PowerTransformerEnd : g
PowerTransformerEnd --> Conductance : g
PowerTransformerEnd : grounded
PowerTransformerEnd : instance_set
PowerTransformerEnd --> InstanceSet : instance_set
PowerTransformerEnd : m_rid
PowerTransformerEnd : mag_base_u
PowerTransformerEnd --> Voltage : mag_base_u
PowerTransformerEnd : mag_sat_flux
PowerTransformerEnd --> PerCent : mag_sat_flux
PowerTransformerEnd : names
PowerTransformerEnd --> Name : names
PowerTransformerEnd : phase_angle_clock
PowerTransformerEnd : phase_tap_changer
PowerTransformerEnd --> PhaseTapChanger : phase_tap_changer
PowerTransformerEnd : power_transformer
PowerTransformerEnd --> PowerTransformer : power_transformer
PowerTransformerEnd : properties_cimdata_object
PowerTransformerEnd --> ChangeSetMember : properties_cimdata_object
PowerTransformerEnd : r
PowerTransformerEnd --> Resistance : r
PowerTransformerEnd : rated_s
PowerTransformerEnd --> ApparentPower : rated_s
PowerTransformerEnd : rated_u
PowerTransformerEnd --> Voltage : rated_u
PowerTransformerEnd : ratio_tap_changer
PowerTransformerEnd --> RatioTapChanger : ratio_tap_changer
PowerTransformerEnd : rground
PowerTransformerEnd --> Resistance : rground
PowerTransformerEnd : star_impedance
PowerTransformerEnd --> TransformerStarImpedance : star_impedance
PowerTransformerEnd : targeting_cimdata_object
PowerTransformerEnd --> ChangeSetMember : targeting_cimdata_object
PowerTransformerEnd : terminal
PowerTransformerEnd --> Terminal : terminal
PowerTransformerEnd : to_mesh_impedance
PowerTransformerEnd --> TransformerMeshImpedance : to_mesh_impedance
PowerTransformerEnd : to_winding_insulations
PowerTransformerEnd --> WindingInsulation : to_winding_insulations
PowerTransformerEnd : x
PowerTransformerEnd --> Reactance : x
PowerTransformerEnd : xground
PowerTransformerEnd --> Reactance : xground
Inheritance
- IdentifiedObject
- TransformerEnd
- PowerTransformerEnd
- TransformerEnd
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| b | 0..1 Susceptance |
Zero sequence magnetizing branch susceptance | direct |
| connection_kind | 0..1 WindingConnection |
Kind of connection | direct |
| g | 0..1 Conductance |
Zero sequence magnetizing branch conductance (star-model) | direct |
| phase_angle_clock | 0..1 Integer |
Terminal voltage phase angle displacement where 360 degrees are represented w... | direct |
| r | 0..1 Resistance |
Zero sequence series resistance (star-model) of the transformer end | direct |
| rated_s | 0..1 ApparentPower |
Normal apparent power rating | direct |
| rated_u | 0..1 Voltage |
Rated voltage: phase-phase for three-phase windings, and either phase-phase o... | direct |
| x | 0..1 Reactance |
Zero sequence series reactance of the transformer end | direct |
| power_transformer | 0..1 PowerTransformer |
The power transformer of this power transformer end | direct |
| bmag_sat | 0..1 PerCent |
Core shunt magnetizing susceptance in the saturation region | TransformerEnd |
| end_number | 0..1 Integer |
Number for this transformer end, corresponding to the end's order in the powe... | TransformerEnd |
| grounded | 0..1 Boolean |
(for Yn and Zn connections) True if the neutral is solidly grounded | TransformerEnd |
| mag_base_u | 0..1 Voltage |
The reference voltage at which the magnetizing saturation measurements were m... | TransformerEnd |
| mag_sat_flux | 0..1 PerCent |
Core magnetizing saturation curve knee flux level | TransformerEnd |
| rground | 0..1 Resistance |
(for Yn and Zn connections) Resistance part of neutral impedance where 'groun... | TransformerEnd |
| xground | 0..1 Reactance |
(for Yn and Zn connections) Reactive part of neutral impedance where 'grounde... | TransformerEnd |
| phase_tap_changer | 0..1 PhaseTapChanger |
Phase tap changer associated with this transformer end | TransformerEnd |
| star_impedance | 0..1 TransformerStarImpedance |
(accurate for 2- or 3-winding transformers only) Pi-model impedances of this ... | TransformerEnd |
| ratio_tap_changer | 0..1 RatioTapChanger |
Ratio tap changer associated with this transformer end | TransformerEnd |
| base_voltage | 0..1 BaseVoltage |
Base voltage of the transformer end | TransformerEnd |
| terminal | 0..1 Terminal |
Terminal of the power transformer to which this transformer end belongs | TransformerEnd |
| to_mesh_impedance | 0..* TransformerMeshImpedance |
All mesh impedances between this 'from' and other 'to' transformer ends | TransformerEnd |
| from_mesh_impedance | 0..* TransformerMeshImpedance |
All mesh impedances between this 'to' and other 'from' transformer ends | TransformerEnd |
| core_admittance | 0..1 TransformerCoreAdmittance |
Core admittance of this transformer end, representing magnetising current and... | TransformerEnd |
| from_winding_insulations | 0..* WindingInsulation |
TransformerEnd | |
| to_winding_insulations | 0..* WindingInsulation |
TransformerEnd | |
| alias_name | 0..1 String |
The aliasName is free text human readable name of the object alternative to I... | IdentifiedObject |
| description | 0..1 String |
The description is a free human readable text describing or naming the object | IdentifiedObject |
| m_rid | 0..1 String |
Master resource identifier issued by a model authority | IdentifiedObject |
| diagram_objects | 0..* DiagramObject |
The diagram objects that are associated with the domain object | IdentifiedObject |
| instance_set | 1..1 InstanceSet |
Dataset containing the data objects | IdentifiedObject |
| names | 0..* Name |
All names of this identified object | IdentifiedObject |
| properties_cimdata_object | 0..1 ChangeSetMember |
The single CIM data object in the appropriate dataset context | IdentifiedObject |
| targeting_cimdata_object | 0..* ChangeSetMember |
Data objects registered | IdentifiedObject |
Usages
| used by | used in | type | used |
|---|---|---|---|
| PowerTransformer | power_transformer_end | range | PowerTransformerEnd |
| MktPowerTransformer | power_transformer_end | range | PowerTransformerEnd |
Identifier and Mapping Information
Schema Source
- from schema: https://cim.ucaiug.io/ns#TC57CIM
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cim:PowerTransformerEnd |
| native | cim:PowerTransformerEnd |
LinkML Source
Direct
name: PowerTransformerEnd
description: "A PowerTransformerEnd is associated with each Terminal of a PowerTransformer.\r\
\nThe impedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star\
\ equivalent as follows.\r\n1) for a two Terminal PowerTransformer the high voltage\
\ (TransformerEnd.endNumber=1) PowerTransformerEnd has non zero values on r, r0,\
\ x, and x0 while the low voltage (TransformerEnd.endNumber=2) PowerTransformerEnd\
\ has zero values for r, r0, x, and x0. Parameters are always provided, even if\
\ the PowerTransformerEnds have the same rated voltage. In this case, the parameters\
\ are provided at the PowerTransformerEnd which has TransformerEnd.endNumber equal\
\ to 1.\r\n2) for a three Terminal PowerTransformer the three PowerTransformerEnds\
\ represent a star equivalent with each leg in the star represented by r, r0, x,\
\ and x0 values.\r\n3) For a three Terminal transformer each PowerTransformerEnd\
\ shall have g, g0, b and b0 values corresponding to the no load losses distributed\
\ on the three PowerTransformerEnds. The total no load loss shunt impedances may\
\ also be placed at one of the PowerTransformerEnds, preferably the end numbered\
\ 1, having the shunt values on end 1. This is the preferred way.\r\n4) for a PowerTransformer\
\ with more than three Terminals the PowerTransformerEnd impedance values cannot\
\ be used. Instead use the TransformerMeshImpedance or split the transformer into\
\ multiple PowerTransformers.\r\nEach PowerTransformerEnd must be contained by a\
\ PowerTransformer. Because a PowerTransformerEnd (or any other object) can not\
\ be contained by more than one parent, a PowerTransformerEnd can not have an association\
\ to an EquipmentContainer (Substation, VoltageLevel, etc)."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: TransformerEnd
attributes:
b:
name: b
description: "Zero sequence magnetizing branch susceptance.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerTransformerEnd.b0
multivalued: false
domain_of:
- PowerTransformerEnd
- TransformerCoreAdmittance
- TapChangerTablePoint
- PhaseImpedanceData
- NonlinearShuntCompensatorPoint
- NonlinearShuntCompensatorPhasePoint
- EquivalentShunt
- GovGAST1
- GovGAST2
- GovGASTWD
- MechLoad1
- PssPTIST3
range: Susceptance
required: false
connection_kind:
name: connection_kind
description: "Kind of connection.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.connectionKind
multivalued: false
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
range: WindingConnection
required: false
g:
name: g
description: "Zero sequence magnetizing branch conductance (star-model).\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerTransformerEnd.g0
multivalued: false
domain_of:
- PowerTransformerEnd
- TransformerCoreAdmittance
- TapChangerTablePoint
- PhaseImpedanceData
- NonlinearShuntCompensatorPoint
- NonlinearShuntCompensatorPhasePoint
- EquivalentShunt
- GovHydroPID2
range: Conductance
required: false
phase_angle_clock:
name: phase_angle_clock
description: "Terminal voltage phase angle displacement where 360 degrees are\
\ represented with clock hours. The valid values are 0 to 11. For example, for\
\ the secondary side end of a transformer with vector group code of 'Dyn11',\
\ specify the connection kind as wye with neutral and specify the phase angle\
\ of the clock as 11. The clock value of the transformer end number specified\
\ as 1, is assumed to be zero. Note the transformer end number is not assumed\
\ to be the same as the terminal sequence number.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.phaseAngleClock
multivalued: false
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
range: integer
required: false
r:
name: r
description: "Zero sequence series resistance (star-model) of the transformer\
\ end.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.r0
multivalued: false
domain_of:
- MutualCoupling
- TransformerMeshImpedance
- TransformerEndInfo
- PowerTransformerEnd
- ACLineSegment
- SynchronousMachine
- EquivalentInjection
- PowerElectronicsConnection
- SeriesCompensator
- TransformerStarImpedance
- TapChangerTablePoint
- PerLengthSequenceImpedance
- PhaseImpedanceData
- EarthFaultCompensator
- EnergySource
- EquivalentBranch
- DCGround
- GovCT1
- GovCT2
- GovGAST
- GovGAST1
- GovHydroDD
- GovHydroPID
- GovHydroR
- GovSteam0
- GovSteamFV2
- ExcNI
- UnderexcLimX2
range: Resistance
required: false
rated_s:
name: rated_s
description: "Normal apparent power rating.\r\nThe attribute shall be a positive\
\ value. For a two-winding transformer the values for the high and low voltage\
\ sides shall be identical. "
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.ratedS
multivalued: false
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
- RotatingMachine
- PowerElectronicsConnection
range: ApparentPower
required: false
rated_u:
name: rated_u
description: "Rated voltage: phase-phase for three-phase windings, and either\
\ phase-phase or phase-neutral for single-phase windings.\r\nA high voltage\
\ side, as given by TransformerEnd.endNumber, shall have a ratedU that is greater\
\ than or equal to ratedU for the lower voltage sides.\r\nThe attribute shall\
\ be a positive value."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.ratedU
multivalued: false
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
- RotatingMachine
- PowerElectronicsConnection
range: Voltage
required: false
x:
name: x
description: "Zero sequence series reactance of the transformer end.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.x0
multivalued: false
domain_of:
- MutualCoupling
- TransformerMeshImpedance
- PowerTransformerEnd
- ACLineSegment
- SynchronousMachine
- EquivalentInjection
- PowerElectronicsConnection
- SeriesCompensator
- TransformerStarImpedance
- TapChangerTablePoint
- PerLengthSequenceImpedance
- PhaseImpedanceData
- GroundingImpedance
- EnergySource
- EquivalentBranch
- GovGAST2
range: Reactance
required: false
power_transformer:
name: power_transformer
description: The power transformer of this power transformer end.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.PowerTransformer
multivalued: false
domain_of:
- TransformerTank
- PowerTransformerEnd
range: PowerTransformer
required: false
class_uri: cim:PowerTransformerEnd
Induced
name: PowerTransformerEnd
description: "A PowerTransformerEnd is associated with each Terminal of a PowerTransformer.\r\
\nThe impedance values r, r0, x, and x0 of a PowerTransformerEnd represents a star\
\ equivalent as follows.\r\n1) for a two Terminal PowerTransformer the high voltage\
\ (TransformerEnd.endNumber=1) PowerTransformerEnd has non zero values on r, r0,\
\ x, and x0 while the low voltage (TransformerEnd.endNumber=2) PowerTransformerEnd\
\ has zero values for r, r0, x, and x0. Parameters are always provided, even if\
\ the PowerTransformerEnds have the same rated voltage. In this case, the parameters\
\ are provided at the PowerTransformerEnd which has TransformerEnd.endNumber equal\
\ to 1.\r\n2) for a three Terminal PowerTransformer the three PowerTransformerEnds\
\ represent a star equivalent with each leg in the star represented by r, r0, x,\
\ and x0 values.\r\n3) For a three Terminal transformer each PowerTransformerEnd\
\ shall have g, g0, b and b0 values corresponding to the no load losses distributed\
\ on the three PowerTransformerEnds. The total no load loss shunt impedances may\
\ also be placed at one of the PowerTransformerEnds, preferably the end numbered\
\ 1, having the shunt values on end 1. This is the preferred way.\r\n4) for a PowerTransformer\
\ with more than three Terminals the PowerTransformerEnd impedance values cannot\
\ be used. Instead use the TransformerMeshImpedance or split the transformer into\
\ multiple PowerTransformers.\r\nEach PowerTransformerEnd must be contained by a\
\ PowerTransformer. Because a PowerTransformerEnd (or any other object) can not\
\ be contained by more than one parent, a PowerTransformerEnd can not have an association\
\ to an EquipmentContainer (Substation, VoltageLevel, etc)."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: TransformerEnd
attributes:
b:
name: b
description: "Zero sequence magnetizing branch susceptance.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerTransformerEnd.b0
multivalued: false
alias: b
owner: PowerTransformerEnd
domain_of:
- PowerTransformerEnd
- TransformerCoreAdmittance
- TapChangerTablePoint
- PhaseImpedanceData
- NonlinearShuntCompensatorPoint
- NonlinearShuntCompensatorPhasePoint
- EquivalentShunt
- GovGAST1
- GovGAST2
- GovGASTWD
- MechLoad1
- PssPTIST3
range: Susceptance
required: false
connection_kind:
name: connection_kind
description: "Kind of connection.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.connectionKind
multivalued: false
alias: connection_kind
owner: PowerTransformerEnd
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
range: WindingConnection
required: false
g:
name: g
description: "Zero sequence magnetizing branch conductance (star-model).\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:PowerTransformerEnd.g0
multivalued: false
alias: g
owner: PowerTransformerEnd
domain_of:
- PowerTransformerEnd
- TransformerCoreAdmittance
- TapChangerTablePoint
- PhaseImpedanceData
- NonlinearShuntCompensatorPoint
- NonlinearShuntCompensatorPhasePoint
- EquivalentShunt
- GovHydroPID2
range: Conductance
required: false
phase_angle_clock:
name: phase_angle_clock
description: "Terminal voltage phase angle displacement where 360 degrees are\
\ represented with clock hours. The valid values are 0 to 11. For example, for\
\ the secondary side end of a transformer with vector group code of 'Dyn11',\
\ specify the connection kind as wye with neutral and specify the phase angle\
\ of the clock as 11. The clock value of the transformer end number specified\
\ as 1, is assumed to be zero. Note the transformer end number is not assumed\
\ to be the same as the terminal sequence number.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.phaseAngleClock
multivalued: false
alias: phase_angle_clock
owner: PowerTransformerEnd
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
range: integer
required: false
r:
name: r
description: "Zero sequence series resistance (star-model) of the transformer\
\ end.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.r0
multivalued: false
alias: r
owner: PowerTransformerEnd
domain_of:
- MutualCoupling
- TransformerMeshImpedance
- TransformerEndInfo
- PowerTransformerEnd
- ACLineSegment
- SynchronousMachine
- EquivalentInjection
- PowerElectronicsConnection
- SeriesCompensator
- TransformerStarImpedance
- TapChangerTablePoint
- PerLengthSequenceImpedance
- PhaseImpedanceData
- EarthFaultCompensator
- EnergySource
- EquivalentBranch
- DCGround
- GovCT1
- GovCT2
- GovGAST
- GovGAST1
- GovHydroDD
- GovHydroPID
- GovHydroR
- GovSteam0
- GovSteamFV2
- ExcNI
- UnderexcLimX2
range: Resistance
required: false
rated_s:
name: rated_s
description: "Normal apparent power rating.\r\nThe attribute shall be a positive\
\ value. For a two-winding transformer the values for the high and low voltage\
\ sides shall be identical. "
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.ratedS
multivalued: false
alias: rated_s
owner: PowerTransformerEnd
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
- RotatingMachine
- PowerElectronicsConnection
range: ApparentPower
required: false
rated_u:
name: rated_u
description: "Rated voltage: phase-phase for three-phase windings, and either\
\ phase-phase or phase-neutral for single-phase windings.\r\nA high voltage\
\ side, as given by TransformerEnd.endNumber, shall have a ratedU that is greater\
\ than or equal to ratedU for the lower voltage sides.\r\nThe attribute shall\
\ be a positive value."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.ratedU
multivalued: false
alias: rated_u
owner: PowerTransformerEnd
domain_of:
- TransformerEndInfo
- PowerTransformerEnd
- RotatingMachine
- PowerElectronicsConnection
range: Voltage
required: false
x:
name: x
description: "Zero sequence series reactance of the transformer end.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.x0
multivalued: false
alias: x
owner: PowerTransformerEnd
domain_of:
- MutualCoupling
- TransformerMeshImpedance
- PowerTransformerEnd
- ACLineSegment
- SynchronousMachine
- EquivalentInjection
- PowerElectronicsConnection
- SeriesCompensator
- TransformerStarImpedance
- TapChangerTablePoint
- PerLengthSequenceImpedance
- PhaseImpedanceData
- GroundingImpedance
- EnergySource
- EquivalentBranch
- GovGAST2
range: Reactance
required: false
power_transformer:
name: power_transformer
description: The power transformer of this power transformer end.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:PowerTransformerEnd.PowerTransformer
multivalued: false
alias: power_transformer
owner: PowerTransformerEnd
domain_of:
- TransformerTank
- PowerTransformerEnd
range: PowerTransformer
required: false
bmag_sat:
name: bmag_sat
description: "Core shunt magnetizing susceptance in the saturation region.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.bmagSat
multivalued: false
alias: bmag_sat
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: PerCent
required: false
end_number:
name: end_number
description: "Number for this transformer end, corresponding to the end's order\
\ in the power transformer vector group or phase angle clock number. Highest\
\ voltage winding should be 1. Each end within a power transformer should have\
\ a unique subsequent end number. Note the transformer end number need not\
\ match the terminal sequence number.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.endNumber
multivalued: false
alias: end_number
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
- TransformerEndInfo
range: integer
required: false
grounded:
name: grounded
description: (for Yn and Zn connections) True if the neutral is solidly grounded.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.grounded
multivalued: false
alias: grounded
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
- UsagePoint
- ShuntCompensator
- EnergyConsumer
range: boolean
required: false
mag_base_u:
name: mag_base_u
description: "The reference voltage at which the magnetizing saturation measurements\
\ were made.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.magBaseU
multivalued: false
alias: mag_base_u
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: Voltage
required: false
mag_sat_flux:
name: mag_sat_flux
description: "Core magnetizing saturation curve knee flux level.\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.magSatFlux
multivalued: false
alias: mag_sat_flux
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: PerCent
required: false
rground:
name: rground
description: (for Yn and Zn connections) Resistance part of neutral impedance
where 'grounded' is true.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.rground
multivalued: false
alias: rground
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: Resistance
required: false
xground:
name: xground
description: (for Yn and Zn connections) Reactive part of neutral impedance where
'grounded' is true.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.xground
multivalued: false
alias: xground
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: Reactance
required: false
phase_tap_changer:
name: phase_tap_changer
description: Phase tap changer associated with this transformer end.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.PhaseTapChanger
multivalued: false
alias: phase_tap_changer
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: PhaseTapChanger
required: false
star_impedance:
name: star_impedance
description: (accurate for 2- or 3-winding transformers only) Pi-model impedances
of this transformer end. By convention, for a two winding transformer, the full
values of the transformer should be entered on the high voltage end (endNumber=1).
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.StarImpedance
multivalued: false
alias: star_impedance
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: TransformerStarImpedance
required: false
ratio_tap_changer:
name: ratio_tap_changer
description: Ratio tap changer associated with this transformer end.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.RatioTapChanger
multivalued: false
alias: ratio_tap_changer
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
- RatioTapChangerTable
range: RatioTapChanger
required: false
base_voltage:
name: base_voltage
description: Base voltage of the transformer end. This is essential for PU calculation.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:TransformerEnd.BaseVoltage
multivalued: false
alias: base_voltage
owner: PowerTransformerEnd
domain_of:
- TopologicalNode
- TransformerEnd
- ConductingEquipment
- VoltageLevel
- AssetDeployment
range: BaseVoltage
required: false
terminal:
name: terminal
description: Terminal of the power transformer to which this transformer end belongs.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
slot_uri: cim:TransformerEnd.Terminal
multivalued: false
alias: terminal
owner: PowerTransformerEnd
domain_of:
- BusNameMarker
- OperationalLimitSet
- TopologicalNode
- TransformerEnd
- Measurement
- Bushing
- TieFlow
- SvPowerFlow
- RegulatingControl
- RemoteInputSignal
- BranchGroupTerminal
- AuxiliaryEquipment
- EquipmentFault
- PinTerminal
range: Terminal
required: false
to_mesh_impedance:
name: to_mesh_impedance
description: All mesh impedances between this 'from' and other 'to' transformer
ends.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.ToMeshImpedance
multivalued: true
alias: to_mesh_impedance
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: TransformerMeshImpedance
required: false
from_mesh_impedance:
name: from_mesh_impedance
description: All mesh impedances between this 'to' and other 'from' transformer
ends.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.FromMeshImpedance
multivalued: true
alias: from_mesh_impedance
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: TransformerMeshImpedance
required: false
core_admittance:
name: core_admittance
description: Core admittance of this transformer end, representing magnetising
current and core losses. The full values of the transformer should be supplied
for one transformer end only.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.CoreAdmittance
multivalued: false
alias: core_admittance
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
- TransformerEndInfo
range: TransformerCoreAdmittance
required: false
from_winding_insulations:
name: from_winding_insulations
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.FromWindingInsulations
multivalued: true
alias: from_winding_insulations
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: WindingInsulation
required: false
to_winding_insulations:
name: to_winding_insulations
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:TransformerEnd.ToWindingInsulations
multivalued: true
alias: to_winding_insulations
owner: PowerTransformerEnd
domain_of:
- TransformerEnd
range: WindingInsulation
required: false
alias_name:
name: alias_name
description: "The aliasName is free text human readable name of the object alternative\
\ to IdentifiedObject.name. It may be non unique and may not correlate to a\
\ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
\ compatibility between CIM relases. It is however recommended to replace aliasName\
\ with the Name class as aliasName is planned for retirement at a future time.\r\
\n\r\n"
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.aliasName
multivalued: false
alias: alias_name
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
range: string
required: false
description:
name: description
description: The description is a free human readable text describing or naming
the object. It may be non unique and may not correlate to a naming hierarchy.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.description
multivalued: false
alias: description
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
- DataSet
- SwitchingStepGroup
- AreaReserveSpec
range: string
required: false
m_rid:
name: m_rid
description: "Master resource identifier issued by a model authority. The mRID\
\ is unique within an exchange context. Global uniqueness is easily achieved\
\ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
\ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
\ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
\ CIM object elements."
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.mRID
multivalued: false
alias: m_rid
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
- DataSet
range: string
required: false
diagram_objects:
name: diagram_objects
description: The diagram objects that are associated with the domain object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.DiagramObjects
multivalued: true
alias: diagram_objects
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
range: DiagramObject
required: false
instance_set:
name: instance_set
description: Dataset containing the data objects.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.InstanceSet
multivalued: false
alias: instance_set
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
range: InstanceSet
required: true
names:
name: names
description: All names of this identified object.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.Names
multivalued: true
alias: names
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
- NameType
range: Name
required: false
properties_cimdata_object:
name: properties_cimdata_object
description: The single CIM data object in the appropriate dataset context.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
multivalued: false
alias: properties_cimdata_object
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
targeting_cimdata_object:
name: targeting_cimdata_object
description: Data objects registered.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
multivalued: true
alias: targeting_cimdata_object
owner: PowerTransformerEnd
domain_of:
- IdentifiedObject
range: ChangeSetMember
required: false
class_uri: cim:PowerTransformerEnd