First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Within the main python code:
#run your pre-code
#call the irf program
psspy.runiplanfile("myiplan,a,b,c") #exec an iplan with three arguments
#call the idv file that contains the response to the pop-up's in the irf code
psspy.runrspnsfile(myidv)
#run your post-code