save_project# Siwave.save_project(projectpath=None, projectName=None)[source]# Save the project. Parameters: proj_pathstr, optionalFull path to the project. The default is None. projectNamestr, optionalName of the project. The default is None. Returns: boolTrue when successful, False when failed.