3.2.5 Execution procedure for Python

Products: ABAQUS/Standard  ABAQUS/Explicit  

Reference

Overview

The Python language is used throughout ABAQUS: in the ABAQUS Scripting Interface; in the ABAQUS/Standard, ABAQUS/Explicit, and ABAQUS/CAE environment file (abaqus_v6.env); and to perform parametric studies. The abaqus python facility is used to access the Python interpreter.

Command summary

abaqus python
[script-file]
 

Command line options

script-file

The Python interpreter executes the instructions in the specified script-file. If this option is omitted from the command line, the Python interpreter is simply initialized.