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