save_project#

Siwave.save_project(projectpath=None, projectName=None)[source]#

Save the project.

Parameters:
proj_pathstr, optional

Full path to the project. The default is None.

projectNamestr, optional

Name of the project. The default is None.

Returns:
bool

True when successful, False when failed.