ansys.mapdl.core.Mapdl.slashstatus#

Mapdl.slashstatus(lab='', **kwargs)#

Lists the status of items for the run.

Mechanical APDL Command: /STATUS

Parameters:
labstr

Items to list status for:

  • ALL - List all below (default).

  • TITLE - List only titles, Jobname, and revision number.

  • UNITS - List only units.

  • MEM - List only memory data statistics.

  • DB - List only database statistics

  • CONFIG - List only configuration parameters.

  • GLOBAL - Provides a global status summary.

  • SOLU - Provides a solution status summary.

  • PROD - Provides a product summary.

Notes

Displays various items active for the run (such as the Mechanical APDL revision number, Jobname, titles, units, configuration parameters, database statistics, etc.).

This command is valid in any processor.