modelActivePowerControlDangling
Active power control for the HVDC VSC model with terminal2 connected to a switched-off bus (P control on terminal 1)
Extends from Dynawo.Electrical.HVDC.HvdcVsc.BaseControls.ActivePowerControl.BaseActivePowerControl (Base active power control for the HVDC VSC model).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.PerUnit | KiP (from ParamsActivePowerControl) | Integral coefficient of the PI controller for the active power control | |
| Types.PerUnit | KpP (from ParamsActivePowerControl) | Proportional coefficient of the PI controller for the active power control | |
| Types.ActivePowerPu | POpMaxPu (from ParamsActivePowerControl) | Maximum operator value of the active power in pu (base SNom) (DC to AC) | |
| Types.ActivePowerPu | POpMinPu (from ParamsActivePowerControl) | Minimum operator value of the active power in pu (base SNom) (DC to AC) | |
| Types.Time | SlopePRefPu (from ParamsActivePowerControl) | Slope of the ramp of PRefPu in pu/s (base SNom) | |
| Types.PerUnit | SlopeRPFault (from ParamsActivePowerControl) | Slope of the recovery of rpfault after a fault in pu/s | |
| Types.Time | tMeasureP (from ParamsActivePowerControl) | Time constant of the active power measurement filter in s | |
| Types.PerUnit | IpMaxPu (from BaseActivePowerControl) | Maximum value of the active current in pu (base SNom, UNom) (DC to AC) | |
| Types.PerUnit | Ip0Pu (from BaseActivePowerControl) | Start value of active current in pu (base SNom, UNom) (DC to AC) | |
| Types.ActivePowerPu | P0Pu (from BaseActivePowerControl) | Start value of active power in pu (base SNom) (DC to AC) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.BooleanInput | blocked1 (from BaseActivePowerControl) | If true, HVDC link is blocked on side 1 | |
| Modelica.Blocks.Interfaces.BooleanInput | blocked2 (from BaseActivePowerControl) | If true, HVDC link is blocked on side 2 | |
| Modelica.Blocks.Interfaces.RealInput | ipMaxPu (from BaseActivePowerControl) | Maximum active current reference in pu (base SNom, UNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealInput | ipMinPu (from BaseActivePowerControl) | Minimum active current reference in pu (base SNom, UNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealInput | PPu (from BaseActivePowerControl) | Active power in pu (base SNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealInput | PRefPu (from BaseActivePowerControl) | Reference active power in pu (base SNom) (DC to AC) | |
| Modelica.Blocks.Interfaces.RealOutput | ipRefPu (from BaseActivePowerControl) | Active current reference in pu (base SNom, UNom) (DC to AC) |