Evm

SCPI Command :

[SENSe]:ADJust:EVM
Commands in total: 2
Subgroups: 1
Direct child commands: 1
set() None[source]
# [SENSe]:ADJust:EVM
driver.applications.k14Xnr5G.sense.adjust.evm.set()

Adjusts the amplitude settings, including attenuator and preamplifier, to achieve the optimal EVM using the maximum dynamic range. Note that this process can up to several minutes, depending on the number of component carriers you are measuring. For the auto EVM routine, it is sufficient to send this command. It is not necessary to send method RsFsw.applications.k10Xlte.initiate.immediate.perform() .

set_with_opc(opc_timeout_ms: int = -1) None[source]
# [SENSe]:ADJust:EVM
driver.applications.k14Xnr5G.sense.adjust.evm.set_with_opc()

Adjusts the amplitude settings, including attenuator and preamplifier, to achieve the optimal EVM using the maximum dynamic range. Note that this process can up to several minutes, depending on the number of component carriers you are measuring. For the auto EVM routine, it is sufficient to send this command. It is not necessary to send method RsFsw.applications.k10Xlte.initiate.immediate.perform() .

Same as set, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

Cloning the Group

# Create a copy of the original group, that exists independently
evm_copy = driver.applications.k14Xnr5G.sense.adjust.evm.clone()

Subgroups