screenshot#
- Mapdl.screenshot(savefig=None)#
Take an MAPDL screenshot and show it in a popup window.
- パラメーター:
- 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.