save_project#

Project.save_project(filename: str, params: ndarray = None) str#

Saves the current project to a specified file, or to the project folder if no file is specified.

If input parameters are given, the geometry is created first.

Parameters:
filenamestr

Path to save the project file.

paramsnp.ndarray, optional

Parameter array for geometry generation (default: None).

Returns:
str

Path to the saved project file.