image#

Mapdl.image(label='', fname='', ext='', **kwargs)[source]#

Allows graphics data to be captured and saved.

APDL Command: /IMAGE

Parameters:
label

Label specifying the operation to be performed:

CAPTURE - Capture the image from the graphics window to a new window.

RESTORE - Restore the image from a file to a new window.

SAVE - Save the contents of the graphic window to a file.

DELETE - Delete the window that contains the file.

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).