modelBaseTapChangerPhaseShifterInterval_INIT
Base initialisation model for tap-changers and phase-shifters which tries to keep a value within a given interval
Extends from BaseTapChangerPhaseShifter_INIT (Base initialization model for tap-changers and phase-shifters).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | valueMax (from BaseTapChangerPhaseShifter_INIT) | Threshold above which the phase-shifter will take action | |
| Boolean | locked0 (from BaseTapChangerPhaseShifter_INIT) | not regulating0 | Whether the phase-shifter is initially locked |
| Boolean | regulating0 (from BaseTapChangerPhaseShifter_INIT) | Whether the phase-shifter is initially regulating | |
| Real | valueMin | Minimum allowed value of the monitored value | |
| Boolean | increaseTapToIncreaseValue | Whether a tap increase will lead to an increase in the monitored value |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | lookingToIncreaseTap (from BaseTapChangerPhaseShifter_INIT) | True if the phase shifter wants to increase tap | |
| Boolean | lookingToDecreaseTap (from BaseTapChangerPhaseShifter_INIT) | True if the phase shifter wants to decrease tap | |
| State | state0 (from BaseTapChangerPhaseShifter_INIT) | Initial state | |
| Real | valueToMonitor0 | Initial monitored value |