export_siwave_report# Siwave.export_siwave_report(simulation_name, file_path, bkground_color='White')[source]# Export the Siwave report. Parameters: simulation_namestrName of the setup. file_pathstrPath to the exported report. bkground_colorstr, optionalColor of the report’s background. The default is "White". Returns: boolTrue when successful, False when failed.