export_siwave_report#

Siwave.export_siwave_report(simulation_name, file_path, bkground_color='White')[source]#

Export the Siwave report.

Parameters:
simulation_namestr

Name of the setup.

file_pathstr

Path to the exported report.

bkground_colorstr, optional

Color of the report’s background. The default is "White".

Returns:
bool

True when successful, False when failed.