Mode
SCPI Command :
[SENSe]:DDEMod:ECALc[:MODE]
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.EvmCalc [source]
# SCPI: [SENSe]:DDEMod:ECALc[:MODE] value: enums.EvmCalc = driver.applications.k70Vsa.sense.ddemod.ecalc.mode.get()
Defines the calculation formula for EVM.
- return
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: RsFsw.enums.EvmCalc) None [source]
# SCPI: [SENSe]:DDEMod:ECALc[:MODE] driver.applications.k70Vsa.sense.ddemod.ecalc.mode.set(evm_calc = enums.EvmCalc.MACPower)
Defines the calculation formula for EVM.
- param 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