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

Ask Your Question
2

How to retrieve specific load data from psse with python

asked Mar 2 '18

AndrewW gravatar image

I am trying to write a program to open a myriad of different .sav cases and output AUX loads for specific busses to and excel/csv. I have dug through the API and the only function that I have found that might give me a solution is the alodbuscplx(.......) function. However, this returns an array of all the buses for a subsystem, not a single bus load. Does anyone have any ideas of how to get around this. Thanks in advance. :)

1 answer

Sort by » oldest newest most voted
2

answered Mar 2 '18

perolofl gravatar image

API aloadcplx is for subsystem data retrieval. Use loddt2 to return data for a single load.

link

Comments

Thanks. This worked perfectly :)

AndrewW gravatar imageAndrewW (Mar 5 '18)

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

1 follower

Stats

Asked: Mar 2 '18

Seen: 1,859 times

Last updated: Mar 02 '18