Ask Your Question
1

Code for checking blown up

asked 2012-09-16 23:50:03 -0500

anderss gravatar image

updated 2012-09-16 23:50:55 -0500

Can Python check for blown up PSSE case?

Then how can I fix the case?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2012-09-17 07:03:12 -0500

jsexauer gravatar image

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)
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2012-09-16 23:50:03 -0500

Seen: 1,202 times

Last updated: Sep 17 '12