screenshot#

Mapdl.screenshot(savefig=None)#

Take an MAPDL screenshot and show it in a popup window.

Parameters:
savefigOptional[str], optional

Name of or path to the screenshot file. The default is None.

Returns:
str

File name.

Raises:
FileNotFoundError

If the path given in the savefig parameter is not found or is not consistent.

ValueError

If given a wrong type for the savefig parameter.