First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Use the following code to detect for a blow up:
psspy.fdns()
if psspy.solved() == 2: print "Blownup case"
Regarding fixing a blowup, that is a complex question. Blowups can occur due to a lot of different factors. You can check out this post for more information. I personally would start by looking at largest mismatches, given at the bottom of the case summary:
psspy.list(0,1,1,0)