I'm calling a command line to run Abaqus from python interpreter. However, no Abaqus engine stats in this process. Only Matlab program is opening, dont know why. Does this command interact with my Matlab? Anyone could indicate anything wrong with my subprocess call? Thx
import subprocess
process=subprocess.call('abaqus', 'cae', 'script=C:\Users\Desktop\modelAExample.py')
If I run the following command from cmd directly, it will work
abaqus cae script=modelAExample.py