Mode
SCPI Command :
[SENSe]:DDEMod:ECALc[:MODE]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() EvmCalc[source]
# [SENSe]:DDEMod:ECALc[:MODE] value: enums.EvmCalc = driver.applications.k70Vsa.sense.ddemod.ecalc.mode.get()
Defines the calculation formula for EVM.
- Returns:
evm_calc: SIGNal | SYMBol | MECPower | MACPower SIGNal Calculation normalized to the mean power of the reference signal at the symbol instants. SYMBol Calculation normalized to the maximum power of the reference signal at the symbol instants. MECPower Calculation normalized to the mean expected power of the measurement signal at the symbol instants MACPower Calculation normalized to the maximum expected power of the measurement signal at the symbol instants
- set(evm_calc: EvmCalc) None[source]
# [SENSe]:DDEMod:ECALc[:MODE] driver.applications.k70Vsa.sense.ddemod.ecalc.mode.set(evm_calc = enums.EvmCalc.MACPower)
Defines the calculation formula for EVM.
- Parameters:
evm_calc – SIGNal | SYMBol | MECPower | MACPower SIGNal Calculation normalized to the mean power of the reference signal at the symbol instants. SYMBol Calculation normalized to the maximum power of the reference signal at the symbol instants. MECPower Calculation normalized to the mean expected power of the measurement signal at the symbol instants MACPower Calculation normalized to the maximum expected power of the measurement signal at the symbol instants