modelTapChangerPhaseShifterLogicCommon
Information
This class defines the common parameters and variables used by the classes which implement the tap changer / phase shifter logic of different types.
Parameters
| Type | Name | Default | Description |
| Types.Time | timeInfinity | Modelica.Constants.inf | Default value for counters |
| Types.Time | t1st | | Time lag before changing the first tap |
| Types.Time | tNext | | Time lag before changing subsequent taps |
| Integer | Ntap | | Number of tap positions |
| Integer | tapMax | Ntap | Max tap position |
| Integer | tapMin | 1 | Min tap position |
| ActionType | actionSel | ActionType.direct | Tap direct or reverse action selector |
| Boolean | directAction | (actionSel == ActionType.direct) | = true, when direct action is selected |
| Boolean | reverseAction | (actionSel == ActionType.reverse) | = true, when reverse action is selected |
| Initialization |
| Boolean | lockedStart | false | Whether the tap-changer/phase-shifter is initially locked |
| Boolean | runningStart | true | Whether the tap-changer/phase-shifter is initially running |
| Integer | tapStart | | Initial tap |
| State | stateStart | State.standard | Initial state |
Components
| Type | Name | Default | Description |
| State | state | | |
| Boolean | locked | | whether the tap-changer/phase-shifter is locked |
| Boolean | running | | whether the tap-changer/phase-shifter is running |
| Integer | tap | | Current tap |
Contents
| Name | Description |
| State | |
| ActionType | |