Does anyone know how to execute a python function in abaqus?
For a script, I know the folllowing command can execute the python script
abaqus cae script=myscript.py
But for a python function, how to execute it in abaqus?
Thanks a lot!!!!!!!!!
Forums
Free Tags
execute a python function from file meno
dear alex
you can run python file from file meno
abaqus cae> file> run script> python script
Is there also a way to
Is there also a way to start from cmd?
Where should be the text.py file?
Thanks
Christoph
In reply to Is there also a way to by m0435117
From cmd you would cd to
From cmd you would cd to the dir where the text.py script is and then run the following command,
abaqus viewer noGUI=text.py