routine#

property Parameters.routine: str[source]#

Current routine string as a string. For example "/PREP7"

MAPDL Command: *GET, ACTIVE, 0, ROUT

Returns:
routinestr

Routine as a string. One of:

  • "Begin level"

  • "PREP7"

  • "SOLUTION"

  • "POST1"

  • "POST26"

  • "AUX2"

  • "AUX3"

  • "AUX12"

  • "AUX15"

Examples

>>> mapdl.parameters.routine
'PREP7'