First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Use API ival = psspy.solved()
to retrieve the status of the solution attempt.
ival = 0 if solution met convergence tolerance. ival > 0 otherwise.
See API manual for details.