Ask Your Question

Revision history [back]

click to hide/show revision 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.