autosave_enable# Icepak.autosave_enable() → bool# Enable autosave in AEDT. Returns: boolTrue when successful, False when failed. References >>> oDesktop.EnableAutoSave Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> app.autosave_enable()