Mode

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) TraceModeC[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MODE
value: enums.TraceModeC = driver.applications.k18AmplifierEt.display.window.subwindow.trace.mode.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Selects the trace mode. If necessary, the selected trace is also activated. For max hold, min hold or average trace mode, you can set the number of single measurements with method RsFsw.applications.k10Xlte.sense.sweep.count.set() . Note that synchronization to the end of the measurement is possible only in single sweep mode. In the R&S FSW AM/FM/PM Modulation Analysis application, when you configure the traces for a window with a specific evaluation (e.g. AM time domain) , the traces in all windows with the same evaluation are configured identically. For more information, see ‘Analyzing Several Traces - Trace Mode’.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

set(trace_mode: TraceModeC, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MODE
driver.applications.k18AmplifierEt.display.window.subwindow.trace.mode.set(trace_mode = enums.TraceModeC.AVERage, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Selects the trace mode. If necessary, the selected trace is also activated. For max hold, min hold or average trace mode, you can set the number of single measurements with method RsFsw.applications.k10Xlte.sense.sweep.count.set() . Note that synchronization to the end of the measurement is possible only in single sweep mode. In the R&S FSW AM/FM/PM Modulation Analysis application, when you configure the traces for a window with a specific evaluation (e.g. AM time domain) , the traces in all windows with the same evaluation are configured identically. For more information, see ‘Analyzing Several Traces - Trace Mode’.

Parameters:
  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)

  • subWindow – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)