Skip to content

Commit

Permalink
Merge pull request #1025 from NREL-Sienna/jd/updates_for_qlimit_check…
Browse files Browse the repository at this point in the history
…s_in_powerflow

add source qlimits
  • Loading branch information
jd-lara authored Oct 31, 2023
2 parents f09811f + 6bcd3d4 commit 8cf9e48
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)

0 comments on commit 8cf9e48

Please sign in to comment.