ProductsAbaqus/StandardAbaqus/Explicit Command summaryabaqus
script
=script-file
startupstartup
file-name
noenvstartup
Command line options
ExamplesUse the following command to execute the Python script in a file named “parstudy.psf”: abaqus script=parstudy The following command will initiate a Python scripting session: abaqus script In a Python scripting session the following command will execute the Python script in a file named “scriptfile”: script("scriptfile") |