add_aedt_report#
- VirtualCompliance.add_aedt_report(name, report_type, config_file, design_name, traces, setup_name=None, pass_fail=True)#
Add a new custom aedt report to the compliance.
- Parameters:
- name
str
Name of the report.
- report_type
str
Report type. Options are “contour eye diagram”, “eye diagram”, “frequency”, “statistical eye”, and “time”.
- config_file
str
Path to the config file.
- design_name
str
Name of the AEDT design to be used to create the project.
- traces
list
Traces to be added.
- setup_name
str
,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.
- name
- Returns: