save_project# Hfss.save_project(file_name=None, overwrite=True, refresh_ids=False)[source]# Save the project and add a message. Parameters: file_namestr, optionalFull path and project name. The default is ``None. overwritebool, optionalWhether to overwrite the existing project. The default is True. refresh_idsbool, 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