modelPhaseShifterI_INIT
Initialisation model for a phase-shifter monitoring the current
Extends from BaseClasses_INIT.BaseTapChangerPhaseShifterMax_INIT (Base initialization model for tap-changers and phase-shifters which takes a maximum and stop value, and tries to bring the value back to the stop value when the maximum value is reached), AdditionalIcons.Init.
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 | valueStop (from BaseTapChangerPhaseShifterMax_INIT) | Value below which the phase-shifter will stop | |
| Boolean | increaseTapToIncreaseValue (from BaseTapChangerPhaseShifterMax_INIT) | Whether a tap increase will lead to an increase in the monitored value | |
| Real | valueToMonitor0 (from BaseTapChangerPhaseShifterMax_INIT) | Initial monitored value | |
| Types.CurrentModule | iMax | Maximum allowed current (unit depending on the monitored current unit) | |
| Types.CurrentModule | iStop | Current below which the phase-shifter will not take action (unit depending on the monitored current unit) | |
| Types.CurrentModule | I0 | Initial current module (unit depending on the monitored current unit) | |
| Types.ActivePower | P0 | Initial active power (unit depending on the monitored active power unit) | |
| Integer | sign0 | if P0 < 0 then 1 else -1 | Initial sign of the active power flowing through the phase-shifter transformer |
| Integer | increasePhase | Whether the phase shifting is increased when the tap is increased |
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 |