ansys.mapdl.core.Mapdl.paresu#

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

Restores previously saved paths from a file.

Mechanical APDL Command: PARESU

Parameters:
labstr

Read operation:

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