load_project#

Emit.load_project(file_name: str, design: str | None = None, close_active: bool = False, set_active: bool = False) bool#

Open an AEDT project based on a project and optional design.

Parameters:
file_namestr

Full path of the project to load.

designstr, optional

Design name. The default is None.

close_activebool, optional

Whether to close the active project. The default is False.

set_activebool, optional

Whether to save the active project. The default is False.

Returns:
bool

True when successful, False when failed.

References

>>> oDesktop.OpenProject