add_report#
- VirtualComplianceGenerator.add_report(design_name, config_file, traces, report_type, pass_fail, group_plots, name, project=None)#
Add Com parameters computed by SpiSim into the configuration.
- Parameters:
- design_name
str
Design name.
- config_file
str
Full path to
cfg
file.- traces
list
List of traces to compute com parameters.
- report_type
str
Report Type.
- pass_failbool
Whether if to compute pass fail on this parameter or not.
- group_plotsbool
Whether if to group all the traces in the same plot or not.
- name
str
,optional
Name of the report.
- project
str
,optional
Full path to the project to use for the computation of this report. If
None
the default project will be used.
- design_name