add_report_derived_parameter#

VirtualComplianceGenerator.add_report_derived_parameter(design_name: str, config_file: str | Path, parameter: str, traces: list, report_type: str, pass_fail_criteria: float | int, name: str, project: str | None = None) None#

Add report derived parameters computed by AEDT and python into the configuration.

Parameters:
design_namestr

Design name.

config_filestr or pathlib.Path

Full path to cfg file.

parameter: str,

Parameter name. Allowed value are "skew".

traceslist

List of traces to compute com parameters.

report_typestr

Report Type.

pass_fail_criteriaint, float

Pass fail criterial for parameter.

namestr, optional

Name of the report.

projectstr, optional

Full path to the project to use for the computation of this report. If None the default project will be used.