Code for checking blown up
Can Python check for blown up PSSE case?
Then how can I fix the case?
add a comment
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Can Python check for blown up PSSE case?
Then how can I fix the case?
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)
Asked: 2012-09-16 23:50:03 -0500
Seen: 1,589 times
Last updated: Sep 17 '12