First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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, Theveninimpedance = psspy.ascc3(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 asccfile and ascccurrents API's but maybe I did something wrong.