Evm

SCPI Command :

[SENSe]:ADJust:EVM
class EvmCls[source]

Evm commands group definition. 2 total commands, 1 Subgroups, 1 group commands

set() None[source]
# SCPI: [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.K10x_Lte.Initiate.Immediate.set.

set_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [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.K10x_Lte.Initiate.Immediate.set.

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.

param opc_timeout_ms

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

Cloning the Group

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

Subgroups