load_project#

Q3d.load_project(project_file, design_name=None, close_active_proj=False, save_active_project=False)[source]#

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

Parameters:
project_filestr

Full path and name for the project.

design_namestr, optional

Design name. The default is None.

close_active_projbool, optional

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

save_active_projectbool, optional

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

Returns:
bool

True when successful, False when failed.

References

>>> oDesktop.OpenProject