Mode
SCPI Command :
[SENSe]:ADJust:EVM:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoManualMode[source]
# [SENSe]:ADJust:EVM:MODE value: enums.AutoManualMode = driver.applications.k91Wlan.sense.adjust.evm.mode.get()
Defines how the instrument determines the number of OFDM-symbols to consider during the EVM optimization measurement for the auto level function.
- Returns:
mode: AUTO | MANual AUTO The R&S FSW WLAN application uses all OFDM symbols for the auto level EVM measurement. MANual Configure the number of OFDM-symbols the instrument should consider during the EVM measurement for the auto level function manually using method
RsFsw.applications.k91Wlan.sense.adjust.evm.symbols.set().
- set(mode: AutoManualMode) None[source]
# [SENSe]:ADJust:EVM:MODE driver.applications.k91Wlan.sense.adjust.evm.mode.set(mode = enums.AutoManualMode.AUTO)
Defines how the instrument determines the number of OFDM-symbols to consider during the EVM optimization measurement for the auto level function.
- Parameters:
mode – AUTO | MANual AUTO The R&S FSW WLAN application uses all OFDM symbols for the auto level EVM measurement. MANual Configure the number of OFDM-symbols the instrument should consider during the EVM measurement for the auto level function manually using method
RsFsw.applications.k91Wlan.sense.adjust.evm.symbols.set().