Compatible
SCPI Command :
SYSTem:PRESet:COMPatible
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PresetCompatible[source]
# SYSTem:PRESet:COMPatible value: enums.PresetCompatible = driver.system.preset.compatible.get()
Defines the operating mode that is activated when you switch on the FSW or press [PRESET]. For details on operating modes see ‘Applications, measurement channels, and operating modes’.
- set(mode: PresetCompatible) None[source]
# SYSTem:PRESet:COMPatible driver.system.preset.compatible.set(mode = enums.PresetCompatible.MRECeiver)
Defines the operating mode that is activated when you switch on the FSW or press [PRESET]. For details on operating modes see ‘Applications, measurement channels, and operating modes’.
- Parameters:
mode – SANalyzer (Default:) Defines Signal and Spectrum Analyzer operating mode as the presetting. MSRA Defines Multi-Standard Radio Analysis (MSRA) as the preset default operating mode. RTMS Defines Multi-Standard Real-Time (MSRT) as the preset default operating mode.