Cmethod

SCPI Command :

[SENSe]:NR5G:DEMod:CMEThod
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() EvmCalcState[source]
# [SENSe]:NR5G:DEMod:CMEThod
value: enums.EvmCalcState = driver.applications.k14Xnr5G.sense.nr5G.demod.cmethod.get()

Selects the EVM calculation method.

Returns:

state: HPOS EVM at high timing position LPOS EVM at low timing position OTP EVM at optimal timing position TGPP EVM according to 3GPP definition

set(state: EvmCalcState) None[source]
# [SENSe]:NR5G:DEMod:CMEThod
driver.applications.k14Xnr5G.sense.nr5G.demod.cmethod.set(state = enums.EvmCalcState.AOTP)

Selects the EVM calculation method.

Parameters:

state – HPOS EVM at high timing position LPOS EVM at low timing position OTP EVM at optimal timing position TGPP EVM according to 3GPP definition