modelBlockingFunction
Undervoltage blocking function for one side of an HVDC link
Extends from Dynawo.Electrical.HVDC.HvdcVsc.BaseControls.Parameters.ParamsBlockingFunction (Parameters of blocking function).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Types.Time | tBlock (from ParamsBlockingFunction) | Minimum duration of blocking in s | |
| Types.Time | tBlockUnderV (from ParamsBlockingFunction) | Duration of undervoltage that triggers the blocking, in s | |
| Types.Time | tUnblock (from ParamsBlockingFunction) | Duration of voltage within ]UMinDbPu, UMaxDbPu[ that deactivates the blocking, in s | |
| Types.Time | tMeasureUBlock (from ParamsBlockingFunction) | Time constant of the measurement filter for voltage (blocking function) in s | |
| Types.VoltageModulePu | UBlockUnderVPu (from ParamsBlockingFunction) | Undervoltage threshold that triggers the blocking, in pu (base UNom) | |
| Types.VoltageModulePu | UMaxDbPu (from ParamsBlockingFunction) | Maximum voltage for blocking deactivation in pu (base UNom) | |
| Types.VoltageModulePu | UMinDbPu (from ParamsBlockingFunction) | Minimum voltage for blocking deactivation in pu (base UNom) | |
| Types.VoltageModulePu | U0Pu | Start value of voltage amplitude in pu (base UNom) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | UPu | Voltage module in pu (base UNom) | |
| Modelica.Blocks.Interfaces.BooleanOutput | blocked | If true, converter is blocked |