save_project# Circuit.save_project(project_file=None, overwrite=True, refresh_obj_ids_after_save=False)[source]# Save the project and add a message. Parameters: project_filestr, optionalFull path and project name. The default is ``None. overwritebool, optionalWhether to overwrite the existing project. The default is True. refresh_obj_ids_after_savebool, optionalWhether to refresh object IDs after saving the project. The default is False. Returns: boolTrue when successful, False when failed. References >>> oProject.Save >>> oProject.SaveAs Copy to clipboard