add_trace_to_report#
- AMIConturEyeDiagram.add_trace_to_report(traces: list, setup_name: str = None, variations: dict | None = None, context: list | None = None) bool#
Add a trace to a specific report.
- Parameters:
- traces
list List of traces to add.
- setup_name
str,optional Name of the setup. The default is
Nonewhich automatically takenominal_adaptivesetup. Please make sure to build a setup string in the form of"SetupName : SetupSweep"whereSetupSweepis the Sweep name to use in the export orLastAdaptive.- variations
dict,optional Dictionary of variations. The default is
None.- context
list,optional List of solution context.
- traces
- Returns:
- bool
Truewhen successful,Falsewhen failed.