ansys.mapdl.core.Mapdl.abbsav#

Mapdl.abbsav(lab='', fname='', ext='', **kwargs)#

Writes the current abbreviation set to a coded file.

Mechanical APDL Command: ABBSAV

Parameters:
labstr

Label that specifies the write operation:

  • ALL - Write all abbreviations (default).

fnamestr

File name and directory path (248 characters maximum, including the characters needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name. The file name defaults to Jobname.

extstr

Filename extension (eight-character maximum). The extension defaults to ABBR if Fname is blank.

Notes

Warning

This function contains specificities regarding the argument definitions. Please refer to the command documentation for further explanations.

Argument Descriptions

  • lab : str - Label that specifies the write operation:

    • ALL - Write all abbreviations (default).

  • fname : str - File name and directory path (248 characters maximum, including the characters

needed for the directory path). An unspecified directory path defaults to the working directory; in this case, you can use all 248 characters for the file name. The file name defaults to Jobname.

  • ext : str - Filename extension (eight-character maximum). The extension defaults to ABBR if

Fname is blank.

Existing abbreviations on this file, if any, will be overwritten. The abbreviation file may be read with the abbres command.

This command is valid in any processor.