You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/models/generated/InterconnectingConverter.jl
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ This file is auto-generated. Do not edit.
14
14
rating::Float64
15
15
active_power_limits::MinMax
16
16
base_power::Float64
17
+
reactive_power_limits::Union{Nothing, MinMax}
17
18
dc_current::Float64
18
19
max_dc_current::Float64
19
20
loss_function::Union{LinearCurve, QuadraticCurve}
@@ -34,6 +35,7 @@ Interconnecting Power Converter (IPC) for transforming power from an ACBus to a
34
35
- `rating::Float64`: Maximum output power rating of the converter (MVA), validation range: `(0, nothing)`
35
36
- `active_power_limits::MinMax`: Minimum and maximum stable active power levels (MW)
36
37
- `base_power::Float64`: Base power of the converter in MVA, validation range: `(0.0001, nothing)`
38
+
- `reactive_power_limits::Union{Nothing, MinMax}`: (default: `nothing`) Minimum and maximum reactive power limits. Set to `Nothing` if not applicable
37
39
- `dc_current::Float64`: (default: `0.0`) DC current (A) on the converter
38
40
- `max_dc_current::Float64`: (default: `1e8`) Maximum stable dc current limits (A)
39
41
- `loss_function::Union{LinearCurve, QuadraticCurve}`: (default: `LinearCurve(0.0)`) Linear or quadratic loss function with respect to the converter current
0 commit comments