Skip to content

Add synchronous condenser logic to ps_table_data#1440

Merged
jd-lara merged 3 commits into
psy5from
ml/add_sc_to_table_data
Jun 27, 2025
Merged

Add synchronous condenser logic to ps_table_data#1440
jd-lara merged 3 commits into
psy5from
ml/add_sc_to_table_data

Conversation

@mcllerena

Copy link
Copy Markdown
Contributor

No description provided.

@mcllerena mcllerena requested review from daniel-thom and jd-lara June 26, 2025 22:19
Comment thread src/parsers/power_system_table_data.jl Outdated
rating = calculate_rating(active_power_limits, reactive_power_limits)
base_power = gen.base_mva

println(active_power_limits, " ", reactive_power_limits, " ", rating)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the debug print?

Comment thread src/parsers/power_system_table_data.jl Outdated
return reactive_power, reactive_power_limits
end

function make_synchronous_condenser(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same function name as in the PSSE parser? Do we have some way of disambiguating the function calls? I'm wondering if we need a prefix on each of these "make" functions. I also see that this may be an existing problem.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have changed the name for this one, didn't realize the others have different naming as well.

@mcllerena mcllerena requested a review from daniel-thom June 26, 2025 22:35
@jd-lara jd-lara merged commit 4985013 into psy5 Jun 27, 2025
1 of 9 checks passed
@jd-lara jd-lara deleted the ml/add_sc_to_table_data branch August 1, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants