First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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.
2 | No.2 Revision |
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.