mstart#

RunControls.mstart(label='', key='', **kwargs)#

Controls the initial GUI components.

Mechanical APDL Command: /MSTART

Parameters:
labelstr

Label identifying the GUI component:

keystr

Switch value:

  • OFF or 0 - Component does not appear when GUI is initialized.

  • ON or 1 - Component appears when GUI is initialized.

Notes

Controls which components appear when the Graphical User Interface (GUI) is initially brought up. This command is valid only before the GUI is brought up ( menu,ON) and is intended to be used in the start.ans file. It only affects how the GUI is initialized ; you can always bring up or close any component once you are in the GUI.

This command is valid only at the Begin Level.