RunControls#

class ansys.mapdl.core._commands.session.run_controls.RunControls#

RunControls.config([lab, val])

Assigns values to Mechanical APDL configuration parameters.

RunControls.cwd([dirpath])

Changes the current working directory.

RunControls.filname([fname, key])

Changes the Jobname for the analysis.

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

Switches the input file for the commands that follow.

RunControls.keyw(**kwargs)

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

RunControls.memm([lab, kywrd])

Allows the current session to keep allocated memory

RunControls.menu([key])

Activates the Graphical User Interface (GUI).

RunControls.mstart([label, key])

Controls the initial GUI components.

RunControls.nerr([nmerr, nmabt, ifkey, num])

Limits the number of warning and error messages displayed.

RunControls.output([fname, ext, loc])

Redirects text output to a file or to the screen.

RunControls.pause(**kwargs)

Temporarily releases the current product license.

RunControls.slashstatus([lab])

Lists the status of items for the run.

RunControls.syp([string, arg1, arg2, arg3, ...])

Passes a command string and arguments to the operating system.

RunControls.sys([string])

Passes a command string to the operating system.

RunControls.ui([func, type_, format_, ...])

Activates specified GUI dialog boxes.

RunControls.uis([label, value])

Controls the GUI behavior.

RunControls.unpause(**kwargs)

Restores use of a temporarily released product license.