save_project#
- Emit.save_project(file_name: str | None = None, overwrite: bool | None = True, refresh_ids: bool | None = False) bool#
Save the AEDT project and the current EMIT revision.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> app.save_project(file_name="emit_demo.aedt")