modelModeHandling
Static Var Compensator mode calculation
Extends from Parameters.ParamsModeHandling.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.Time | tThresholdDown (from ParamsModeHandling) | Time duration associated with the condition U < UThresholdDown for the change from standby to running mode, in s | |
| Types.Time | tThresholdUp (from ParamsModeHandling) | Time duration associated with the condition U > UThresholdUp for the change from standby to running mode, in s | |
| Types.VoltageModule | URefDown (from ParamsModeHandling) | Voltage reference taken into account when the static var compensator switches from standby mode to running mode by falling under UThresholdDown for more than tThresholdDown seconds, in kV | |
| Types.VoltageModule | URefUp (from ParamsModeHandling) | Voltage reference taken into account when the static var compensator switches from standby mode to running mode by exceeding UThresholdUp for more than tThresholdUp seconds, in kV | |
| Types.VoltageModule | UThresholdDown (from ParamsModeHandling) | Voltage value under which the static var compensator automatically switches from standby mode to running mode, in kV | |
| Types.VoltageModule | UThresholdUp (from ParamsModeHandling) | Voltage value above which the static var compensator automatically switches from standby mode to running mode, in kV | |
| Types.VoltageModule | UNom | Static var compensator nominal voltage in kV | |
| Types.VoltageModule | UThresholdUpPu | UThresholdUp/UNom | |
| Types.VoltageModule | UThresholdDownPu | UThresholdDown/UNom | |
| Types.VoltageModule | URef0 | Start value of voltage reference in kV | |
| Mode | Mode0 | Start value for mode |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | URef | Voltage reference for the regulation in kV | |
| Modelica.Blocks.Interfaces.RealInput | UPu | Voltage at the static var compensator terminal in pu (base UNom) | |
| Modelica.Blocks.Interfaces.RealOutput | URefPu | Voltage reference for the regulation in pu (base UNom) | |
| ModeConnector | mode | Current mode of the static var compensator | |
| ModeConnector | modeAuto | Mode of the static var compensator when in automatic configuration | |
| ModeConnector | modeManual | Mode of the static var compensator when in manual configuration | |
| Modelica.Blocks.Interfaces.IntegerInput | setModeManual | Mode selected when in manual configuration | |
| Modelica.Blocks.Interfaces.BooleanInput | selectModeAuto | Whether the static var compensator is in automatic configuration |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Types.Time | timerModeChangeUp | Timer for the transition from standby to running mode for high voltage values | |
| Types.Time | timerModeChangeDown | Timer for the transition from standby to running mode for low voltage values | |
| Types.VoltageModule | URefAuto | Voltage reference for the regulation if the static var compensator switches from standy to running mode automatically in kV |