First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
This is more of an answer than a question, but I thought I'd share my experience for anyone else who gets stuck. I upgraded to PSSE 34 today, and found that CLI Python commands no longer show results in the Progress window (or anywhere). So, if you type—print "Hello world!"—you don't see the result. The fix is as follows (I've saved this to a custom toolbar button for quick access):
import redirect
redirect.py2psse(redirect.Alrout)