Abbreviations#

These APDL commands can be used to define abbreviations for longer commands, and to create user-defined commands.

Note

It is probably easier to use Python strings instead of MAPDL strings.

Mapdl.abbr([abbr, string])

Defines an abbreviation.

Mapdl.abbres([lab, fname, ext])

Reads abbreviations from a coded file.

Mapdl.abbsav([lab, fname, ext])

Writes the current abbreviation set to a coded file.

Mapdl.ucmd([cmd, srnum])

Assigns a user-defined command name.