pasave#

Mapdl.pasave(lab='', fname='', ext='', **kwargs)[source]#

Saves selected paths to an external file.

APDL Command: PASAVE

Parameters:
lab

Write operation:

S - Saves only selected paths.

ALL - Saves all paths (default).

Pname - Saves the named path (from the PSEL command).

fname

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.

ext

Filename extension (eight-character maximum).

Notes

Saves the paths selected with the PSEL command to an external file (Jobname.path by default). Previous paths on this file, if any, will be overwritten. The path file may be read with the PARESU command.

This command is valid in POST1.