Skip to content

Commit

Permalink
add source qlimits
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 30, 2023
1 parent f09811f commit 6bcd3d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/supplemental_accessors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ function get_max_active_power(d::StandardLoad)
total_load += get_max_current_active_power(d)
return total_load
end

get_reactive_power_limits(::Source) = (min = -Inf, max = Inf)

Check warning on line 78 in src/models/supplemental_accessors.jl

View check run for this annotation

Codecov / codecov/patch

src/models/supplemental_accessors.jl#L78

Added line #L78 was not covered by tests

0 comments on commit 6bcd3d4

Please sign in to comment.