SvTapStep
State variable for transformer tap step.
URI: cim:SvTapStep
Type: Class
%%{init: {'theme':'base','themeVariables': {'lineColor': '#FF0000'}}}%%
classDiagram
class SvTapStep
click SvTapStep href "/Models/Profiles/StateVariables/ConcreteClasses/SvTapStep/"
style SvTapStep fill:#102820,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
SvTapStep --> TapChanger : SvTapStep.TapChanger
TapChanger
click TapChanger href "/Models/Profiles/StateVariables/AbstractClasses/TapChanger/"
style TapChanger fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
TapChanger --> SvTapStep : TapChanger.SvTapStep
TapChanger
click TapChanger href "/Models/Profiles/StateVariables/AbstractClasses/TapChanger/"
style TapChanger fill:#A52A2A,stroke:#333,stroke-width:2px,rx:10,ry:10,color:white
SvTapStep : SvTapStep.position
SvTapStep : SvTapStep.TapChanger
Inheritance
- SvTapStep
Attributes
| Name | URI | Cardinality and Range | Description | Inheritance |
|---|---|---|---|---|
| position | cim:SvTapStep.position | No cardinality available float | The floating point tap position. This is not the tap ratio, but rather the tap step position as defined by the related tap changer model and normally is constrained to be within the range of minimum and maximum tap positions. | direct |
| TapChanger | cim:SvTapStep.TapChanger | No cardinality available TapChanger | The tap changer associated with the tap step state. | direct |