catrueeb
Mechanical
- Nov 21, 2018
- 13
I am trying to setup a python routine which opens a mdb, does some tasks, and writes the .inp file, for a lot of different parameters. I am runnning the file with abaqus cae noGUI=.... Naturally, sometimes errors occur, e.g. when creating the mesh. How can I catch the exceptions? I could not find any feedback values of generateMesh and other functions in the Scripting Manual. When an error occurs, the script still runs and somehow NO EXCEPTION occurs at all (so I cannot catch it...). How can I check for errors?