Trace

SCPI Command:

DISPlay:GPRF:MEASurement<Instance>:SPECtrum:TRACe
class TraceCls[source]

Trace commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(trace_enable: bool, trace: Statistic = None) None[source]
# SCPI: DISPlay:GPRF:MEASurement<Instance>:SPECtrum:TRACe
driver.display.gprfMeasurement.spectrum.trace.set(trace_enable = False, trace = enums.Statistic.AVERage)

Selects which traces are displayed on the ‘Spectrum Analyzer’ tab.

param trace_enable:

OFF | ON Disables or enables the trace selected via Trace

param trace:

CURRent | AVERage | MAXimum | MINimum Selects the trace to be enabled/disabled To enable or disable all traces, omit the parameter.