add_trace_to_report#

Spectral.add_trace_to_report(traces, setup_name=None, variations=None, context=None)[source]#

Add a trace to a specific report.

Parameters:
traceslist

List of traces to add.

setup_namestr, optional

Name of the setup. The default is None which automatically take nominal_adaptive setup. Please make sure to build a setup string in the form of "SetupName : SetupSweep" where SetupSweep is the Sweep name to use in the export or LastAdaptive.

variationsdict, optional

Dictionary of variations. The default is None.

contextlist, optional

List of solution context.