add_trace_to_report#
- AMIEyeDiagram.add_trace_to_report(traces, setup_name=None, variations=None, context=None)#
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
None
which automatically takenominal_adaptive
setup. Please make sure to build a setup string in the form of"SetupName : SetupSweep"
whereSetupSweep
is 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
True
when successful,False
when failed.