I am running an APDL structural simulation with mechanical load steps. Sometimes, the model will fail to converge. Under these situations, I would like APDL to run a separate set of commands, rather than terminate the simulation.
Basically, I am looking for some sort of error handling, try/catch technique like is common in many programming languages. Is this possible?