castorgris
Materials
- Mar 3, 2009
- 2
Hi,
I'm using abaqus (6.7.1) with python scripts and an homemade interface written in C++.
In order to improve my application, i'd like to now if is it possible to stop an analysis with a c++ command.
In fact i'm looking for an equivalent of:
in c++, or in python.
thank you in advance.
I'm using abaqus (6.7.1) with python scripts and an homemade interface written in C++.
In order to improve my application, i'd like to now if is it possible to stop an analysis with a c++ command.
In fact i'm looking for an equivalent of:
Code:
mdb.jobs['MY_JOB'].kill()
in c++, or in python.
thank you in advance.