disable_autosave#

Desktop.disable_autosave()[source]#

Disable the autosave option.

Examples

>>> import ansys.aedt.core
>>> desktop = ansys.aedt.core.Desktop("2021.2")
PyAEDT INFO: pyaedt v...
PyAEDT INFO: Python version ...
>>> desktop.disable_autosave()