ansys.mapdl.core.Mapdl.paresu#
- Mapdl.paresu(lab='', fname='', ext='', **kwargs)#
Restores previously saved paths from a file.
Mechanical APDL Command: PARESU
- Parameters:
- lab
str
Read operation:
ALL
- Read all paths from the selected file (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 PATH if
Fname
is blank.
- lab
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.