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_name
str Design name.
- config_file
strorpathlib.Path Full path to
cfgfile.- parameter: str,
Parameter name. Allowed value are
"skew".- traces
list List of traces to compute com parameters.
- report_type
str Report Type.
- pass_fail_criteria
int,float Pass fail criterial for parameter.
- name
str,optional Name of the report.
- project
str,optional Full path to the project to use for the computation of this report. If
Nonethe default project will be used.
- design_name