Mode
SCPI Command :
INSTrument:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() InstrumentMode[source]
# INSTrument:MODE value: enums.InstrumentMode = driver.instrument.mode.get()
The operating mode of the FSW determines which applications are available and active. Whenever you change the operating mode, the currently active channels are closed. The default operating mode is Signal and Spectrum Analyzer mode, however, the presetting can be changed. (See ‘Preset Mode’) . For details on operating modes and applications see ‘Applications, measurement channels, and operating modes’.
- Returns:
op_mode: SANalyzer Signal and Spectrum Analyzer mode MSRanalyzer Multi-Standard Radio Analysis (MSRA) mode RTMStandard Multi-Standard Real-Time (MSRT) mode Only available if one of the real-time options is installed. (See ‘Welcome to the FSW Real-Time Extension’) .
- set(op_mode: InstrumentMode) None[source]
# INSTrument:MODE driver.instrument.mode.set(op_mode = enums.InstrumentMode.MSRanalyzer)
The operating mode of the FSW determines which applications are available and active. Whenever you change the operating mode, the currently active channels are closed. The default operating mode is Signal and Spectrum Analyzer mode, however, the presetting can be changed. (See ‘Preset Mode’) . For details on operating modes and applications see ‘Applications, measurement channels, and operating modes’.
- Parameters:
op_mode – SANalyzer Signal and Spectrum Analyzer mode MSRanalyzer Multi-Standard Radio Analysis (MSRA) mode RTMStandard Multi-Standard Real-Time (MSRT) mode Only available if one of the real-time options is installed. (See ‘Welcome to the FSW Real-Time Extension’) .