screenshot#
- Mapdl.screenshot(savefig=None, default_name='mapdl_screenshot')#
Take an MAPDL screenshot and show it in a popup window.
- Parameters:
- savefig
Optional[str],optional Name of or path to the screenshot file. The default is
None.
- savefig
- Returns:
strFile name.
- Raises:
FileNotFoundErrorIf the path given in the
savefigparameter is not found or is not consistent.ValueErrorIf given a wrong type for the
savefigparameter.
- Return type: