0

Time series load flow

I have a bulk system where I would like to run a time series load flow. Say, I want to examine hourly current and power flow into each branch for a year. Is there any possibility in doing so in PSS/E using python? Any other suggestion would be highly appreciated. Thanks.

kmoon's avatar
1
kmoon
asked 2020-07-21 10:35:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

PSSE just released the time series power flow module in the latest version of 35.4, give it a try

Feng's avatar Feng (2022-08-23 16:13:41 -0500) edit
add a comment see more comments

1 Answer

0

It is possible using python in PSSE, but will require some effort. You would have to read your load and generation pattern for each hour, update the case with these values, solve, and then read the parameters of your interest. You could then write these parameters into a csv/text file for further analysis.

ddhungana's avatar
11
ddhungana
answered 2020-07-22 08:51:30 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your reply!! I am very new in creating a script in Python for PSS/E. Could you provide a demo on basic framework script for this case?

kmoon's avatar kmoon (2020-07-26 22:28:13 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer