Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 644 Bytes

cli.md

File metadata and controls

24 lines (16 loc) · 644 Bytes

Command Line Interface

The abqcy command line is used to compile you Cython code into an object (.obj) file that can be used by Abaqus. You can use it in the command line or in a Python script with the {py:obj}abqcy.cli.abqcy object (an {py:obj}abqcy.cli.AbqcyCLI object).

References

The abqcy command ({py:class}abqcy.cli.AbqcyCLI)

The abqcy compile command ({py:meth}abqcy.cli.AbqcyCLI.compile)

:returncode: 2

The abqcy run command ({py:meth}abqcy.cli.AbqcyCLI.run)

:returncode: 2