Closed ciaranrob closed 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,
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,