Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

After a manual changes, always save the case to "work.sav" before executing fnsl, test the outcome of fnsl using "solved()":

psspy.save('work.sav')
ieer = psspy.solved()
if ieer>0: pssy.case('work.sav')

Once done with your manual changes, saved final case in memory to a different name.

After a manual changes, change, always save the case to "work.sav" before executing fnsl, test the outcome of fnsl using "solved()":

psspy.save('work.sav')
ieer = psspy.solved()
if ieer>0: pssy.case('work.sav')

Once done with your manual changes, saved final case in memory to a different name.