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