Run controls#

These SESSION commands control the overall characteristics of the session, including the job name, Graphical User Interface behavior, and file switching.

Mapdl.config([lab, value])

Assigns values to ANSYS configuration parameters.

Mapdl.cwd([dirpath])

Changes the current working directory.

Mapdl.exit([save, force])

Exit MAPDL.

Mapdl.filname([fname, key])

Changes the Jobname for the analysis.

Mapdl.input([fname, ext, dir_, line, log, ...])

Stream a local input file to a remote mapdl instance.

Mapdl.keyw([keyword, key])

Sets a keyword used by the GUI for context filtering (GUI).

Mapdl.memm([lab, kywrd])

Allows the current session to keep allocated memory.

Mapdl.nerr([nmerr, nmabt, abort, ifkey, num])

Limits the number of warning and error messages displayed.

Mapdl.pause(**kwargs)

Temporarily releases the current product license.

Mapdl.slashstatus([lab])

Lists the status of items for the run.

Mapdl.starstatus([par, imin, imax, jmin, ...])

Lists the current parameters and abbreviations.

Mapdl.syp([string, arg1, arg2, arg3, arg4, ...])

Passes a command string and arguments to the operating system.

Mapdl.sys(cmd)

Pass a command string to the operating system.

Mapdl.unpause(**kwargs)

Restores use of a temporarily released product license.