add_aedt_report#

VirtualCompliance.add_aedt_report(name, report_type, config_file, design_name, traces, setup_name=None, pass_fail=True)[source]#

Add a new custom aedt report to the compliance.

Parameters:
namestr

Name of the report.

report_typestr

Report type. Options are “contour eye diagram”, “eye diagram”, “frequency”, “statistical eye”, and “time”.

config_filestr

Path to the config file.

design_namestr

Name of the AEDT design to be used to create the project.

traceslist

Traces to be added.

setup_namestr, optional

Name of the setup to use. If None, the nominal sweep will be used.

pass_failbool, optional

Whether if the pass/fail criteria has to be used to check the compliance or not.

Returns: