ansys.mapdl.core.Mapdl.gsave#
- Mapdl.gsave(fname='', ext='', **kwargs)#
Saves graphics settings to a file for later use.
Mechanical APDL Command: /GSAVE
- Parameters:
- 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 GSAV if
Fname
is blank.
- fname
Notes
This command does not save all graphics settings, but only those that may be reset by the slashreset command. The database remains untouched. Use the gresume command to read the file. Repeated use of the gsave command overwrites the previous data on the file. The following commands are saved by gsave :
This command contains some tables and extra information which can be inspected in the original documentation pointed above.
This command is valid in any processor.