First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version | asked 2017-11-19 20:21:53 -0500 Anonymous |
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!