Ask Your Question
0

Time series load flow

asked 2020-07-21 10:35:07 -0500

kmoon gravatar image

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.

edit retag flag offensive 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 gravatar imageFeng ( 2022-08-23 16:13:41 -0500 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2020-07-22 08:51:30 -0500

ddhungana gravatar image

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.

edit flag offensive delete link more

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 gravatar imagekmoon ( 2020-07-26 22:28:13 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2020-07-21 10:35:07 -0500

Seen: 1,974 times

Last updated: Jul 22 '20