2

How to retrieve specific load data from psse with python

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. :)

AndrewW's avatar
23
AndrewW
asked 2018-03-02 10:17:12 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

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

perolofl's avatar
3.8k
perolofl
answered 2018-03-02 17:37:48 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks. This worked perfectly :)

AndrewW's avatar AndrewW (2018-03-05 10:03:21 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer