NREL-Sienna / PowerSimulationsDynamics.jl

Julia package to run Dynamic Power System simulations. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://nrel-sienna.github.io/PowerSimulationsDynamics.jl/stable/
BSD 3-Clause "New" or "Revised" License
177 stars 42 forks source link

missing underscore in keyword in function add_source_to_ref #246

Closed ciaranrob closed 2 years ago

ciaranrob commented 2 years ago

The function

function add_source_to_ref(sys::PSY.System, X_th::Float64)

builds a source with keywords

activepower = 0.0, reactivepower = 0.0,

Both of these are missing an underscore. They should read

active_power = 0.0, reactive_power = 0.0,