Dear,
I am working on writing a python script to control ABAQUS from python IDLE to import job, export results. noGUI like using ABAQUS command would be preferred and I could do import: abaqus job=***.inp; then, extracting results from ODB file. Now, what I can do is opening user (i.e. through command prompt) interface like:
import os
os.system("abaqus cae")
I tried to open “abaqus command” directly, but it does not work. could anyone offer me any hint about how to do that?
Best regards
