export_siwave_dc_results#
- Edb.export_siwave_dc_results(siwave_project, solution_name, output_folder=None, html_report=True, vias=True, voltage_probes=True, current_sources=True, voltage_sources=True, power_tree=True, loop_res=True)[source]#
Close EDB and solve it with Siwave.
- Parameters:
- siwave_project
str
Siwave full project name.
- solution_name
str
Siwave DC Analysis name.
- output_folder
str
,optional
Ouptu folder where files will be downloaded.
- html_reportbool,
optional
Either if generate or not html report. Default is True.
- viasbool,
optional
Either if generate or not vias report. Default is True.
- voltage_probesbool,
optional
Either if generate or not voltage probe report. Default is True.
- current_sourcesbool,
optional
Either if generate or not current source report. Default is True.
- voltage_sourcesbool,
optional
Either if generate or not voltage source report. Default is True.
- power_treebool,
optional
Either if generate or not power tree image. Default is True.
- loop_resbool,
optional
Either if generate or not loop resistance report. Default is True.
- siwave_project
- Returns:
list
List of files generated.