archive_project#
- Maxwell3d.archive_project(project_path=None, include_external_files=True, include_results_file=True, additional_files=None, notes='')#
Archive the AEDT project and add a message.
- Parameters:
- project_path
str,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_files
list,optional List of additional files to add to the archive. The default is
Nonein which case an empty list is set.- notes
str,optional Simulation notes to add to the archive. The default is
"".
- project_path
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oProject.Save >>> oProject.SaveProjectArchive