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_namestr

Name of the setup.

file_pathstr

Path to the exported report.

background_colorstr, optional

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

Returns:
bool

True when successful, False when failed.