autosave_enable#

MaxwellCircuit.autosave_enable() bool#

Enable autosave in AEDT.

Returns:
bool

True when successful, False when failed.

References

>>> oDesktop.EnableAutoSave

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.autosave_enable()