Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Storing Short Circuit Analysis Data

Hi,

So I'm extremely new to both Python and PSSE and am trying to figure out how I can extract the fault currents for busses using Python. My end goal is to export this data to excel, however, I'm confused with how to actually store the data I'm looking for into my variables.

I've been using this previous thread as a guideline.

https://psspy.org/psse-help-forum/question/3330/how-do-i-export-short-circuit-datasc-to-an-excel-file-using-psse-and-python/

Where can I find the methods that the object provided in the link above ( rlst = pssarrays.ascccurrents(subsystem, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 2, 2, 1, 1, 1, '', '', '') ) contains?

Thanks!