First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
1

Code for checking blown up

asked Sep 17 '12

anderss gravatar image

updated Sep 17 '12

Can Python check for blown up PSSE case?

Then how can I fix the case?

1 answer

Sort by » oldest newest most voted
1

answered Sep 17 '12

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)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Sep 17 '12

Seen: 1,611 times

Last updated: Sep 17 '12