add_trace_to_report#
- FarField.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
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.