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") |