First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Time series load flow

asked Jul 21 '0

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.

Comments

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

Feng gravatar imageFeng (Aug 23 '2)

1 answer

Sort by » oldest newest most voted
0

answered Jul 22 '0

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.

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 gravatar imagekmoon (Jul 27 '0)

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Jul 21 '0

Seen: 2,198 times

Last updated: Jul 22 '20