archive_project#

Maxwell3d.archive_project(project_file=None, include_external_files=True, include_results_file=True, additional_file_lists=[], notes='')[source]#

Archive the AEDT project and add a message.

Parameters:
project_filestr, optional

Full path and project name. The default is None.

include_external_filesbool, optional

Whether to include external files in the archive. The default is True.

include_results_filebool, optional

Whether to include simulation results files in the archive. The default is True.

additional_file_listslist, optional

List of additional files to add to the archive. The default is [].

notesstr, optional

Simulation notes to add to the archive. The default is "".

Returns:
bool

True when successful, False when failed.

References

>>> oProject.Save
>>> oProject.SaveProjectArchive