close_project#

MaxwellCircuit.close_project(name=None, save_project=True)[source]#

Close an AEDT project.

Parameters:
namestr, optional

Name of the project. The default is None, in which case the active project is closed.

save_projectbool, optional

Whether to save the project before closing it. The default is True.

Returns:
bool

True when successful, False when failed.

References

>>> oDesktop.CloseProject