Mode
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) RsFsw.enums.TraceModeC [source]
# SCPI: 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 [SENSe:]SWEep:COUNt. 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’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param subWindow
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- return
trace_mode: No help available
- set(trace_mode: RsFsw.enums.TraceModeC, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None [source]
# SCPI: 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 [SENSe:]SWEep:COUNt. 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’.
- param trace_mode
No help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param subWindow
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)