Cmethod

SCPI Command :

[SENSe]:NR5G:DEMod:CMEThod
class CmethodCls[source]

Cmethod commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.EvmCalcState[source]
# SCPI: [SENSe]:NR5G:DEMod:CMEThod
value: enums.EvmCalcState = driver.applications.k14Xnr5G.sense.nr5G.demod.cmethod.get()

Selects the EVM calculation method.

return

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: RsFsw.enums.EvmCalcState) None[source]
# SCPI: [SENSe]:NR5G:DEMod:CMEThod
driver.applications.k14Xnr5G.sense.nr5G.demod.cmethod.set(state = enums.EvmCalcState.AOTP)

Selects the EVM calculation method.

param 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