abqpy.run
Module Contents
Functions
|
Runs Abaqus command in system's CLI. |
Attributes
- run(cae: bool = True) None [source]
Runs Abaqus command in system’s CLI.
This function uses the top level script file to run the Abaqus command, and the arguments passed to it
- Parameters:
cae (
bool
, optional) – Whether to use abaqus cae command, True for abaqus cae, False for abaqus python, by default True