Mode

SCPI Command :

INSTrument:MODE
class ModeCls[source]

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

get() RsFsw.enums.InstrumentMode[source]
# SCPI: 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’.

return

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: RsFsw.enums.InstrumentMode) None[source]
# SCPI: 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’.

param 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’) .