RatioTapChangerTablePoint
Describes each tap step in the ratio tap changer tabular curve.
URI: cim:RatioTapChangerTablePoint
Type: Class
%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
class RatioTapChangerTablePoint
click RatioTapChangerTablePoint href "/Models/Profiles/CoreEquipment/ConcreteClasses/RatioTapChangerTablePoint/"
style RatioTapChangerTablePoint fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
TapChangerTablePoint <|-- RatioTapChangerTablePoint : inherits
click TapChangerTablePoint href "/Models/Profiles/CoreEquipment/AbstractClasses/TapChangerTablePoint/"
style TapChangerTablePoint fill:#8F9779,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
RatioTapChangerTablePoint --> RatioTapChangerTable : RatioTapChangerTablePoint.RatioTapChangerTable
RatioTapChangerTable
click RatioTapChangerTable href "/Models/Profiles/CoreEquipment/ConcreteClasses/RatioTapChangerTable/"
style RatioTapChangerTable fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
RatioTapChangerTable --> RatioTapChangerTablePoint : RatioTapChangerTable.RatioTapChangerTablePoint
RatioTapChangerTable
click RatioTapChangerTable href "/Models/Profiles/CoreEquipment/ConcreteClasses/RatioTapChangerTable/"
style RatioTapChangerTable fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
RatioTapChangerTablePoint : RatioTapChangerTablePoint.RatioTapChangerTable
TapChangerTablePoint : TapChangerTablePoint.b
TapChangerTablePoint : TapChangerTablePoint.g
TapChangerTablePoint : TapChangerTablePoint.r
TapChangerTablePoint : TapChangerTablePoint.ratio
TapChangerTablePoint : TapChangerTablePoint.step
TapChangerTablePoint : TapChangerTablePoint.x
Inheritance
- TapChangerTablePoint
- RatioTapChangerTablePoint
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| RatioTapChangerTable | cim:RatioTapChangerTablePoint.RatioTapChangerTable | No cardinality available RatioTapChangerTable | Table of this point. | direct |
| b | cim:TapChangerTablePoint.b | No cardinality available PerCent | The magnetizing branch susceptance deviation as a percentage of nominal value. The actual susceptance is calculated as follows: | |
| calculated magnetizing susceptance = b(nominal) * (1 + b(from this class)/100). The b(nominal) is defined as the static magnetizing susceptance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form. | TapChangerTablePoint | |||
| g | cim:TapChangerTablePoint.g | No cardinality available PerCent | The magnetizing branch conductance deviation as a percentage of nominal value. The actual conductance is calculated as follows: | |
| calculated magnetizing conductance = g(nominal) * (1 + g(from this class)/100). The g(nominal) is defined as the static magnetizing conductance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form. | TapChangerTablePoint | |||
| r | cim:TapChangerTablePoint.r | No cardinality available PerCent | The resistance deviation as a percentage of nominal value. The actual reactance is calculated as follows: | |
| calculated resistance = r(nominal) * (1 + r(from this class)/100). The r(nominal) is defined as the static resistance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form. | TapChangerTablePoint | |||
| ratio | cim:TapChangerTablePoint.ratio | No cardinality available float | The voltage at the tap step divided by rated voltage of the transformer end having the tap changer. Hence this is a value close to one. | |
| For example, if the ratio at step 1 is 1.01, and the rated voltage of the transformer end is 110kV, then the voltage obtained by setting the tap changer to step 1 to is 111.1kV. | TapChangerTablePoint | |||
| step | cim:TapChangerTablePoint.step | No cardinality available integer | The tap step. | TapChangerTablePoint |
| x | cim:TapChangerTablePoint.x | No cardinality available PerCent | The series reactance deviation as a percentage of nominal value. The actual reactance is calculated as follows: | |
| calculated reactance = x(nominal) * (1 + x(from this class)/100). The x(nominal) is defined as the static series reactance on the associated power transformer end or ends. This model assumes the star impedance (pi model) form. | TapChangerTablePoint |