Revision history [back]
How do I get the short circuit current with the ASCC_3 API?
I'm trying to get the short circuit currents of a case study. I've applied the ascc_3 api to get the three phase faults in the way down bellow:
ierr, Thevenin_impedance = psspy.ascc_3(sid=0,all=1,status11=1,scfile=scfilename)
I get the thevenin impedances in the console but I want to export them and the currents to excel as well, how do I do this? I've tried using the ascc_file and ascc_currents API's but maybe I did something wrong.