paresu#

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

Restores previously saved paths from a file.

APDL Command: PARESU

Parameters:
lab

Read operation:

S - Saves only selected paths.

ALL - Read all paths from the selected file (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.

The file name defaults to Jobname.

ext

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

Notes

This command removes all paths from virtual memory and then reads path data from a file written with the PASAVE command. All paths on the file will be restored. All paths currently in memory will be deleted.