Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:AVERage
FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:AVERage value: List[float] = driver.niotMeas.multiEval.trace.evmSymbol.average.fetch()
Returns the values of the EVM vs modulation symbol trace. See also ‘Square EVM’.
Suppressed linked return values: reliability
- return:
ratio: Comma-separated list of EVM values, one value per modulation symbol
- read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:AVERage value: List[float] = driver.niotMeas.multiEval.trace.evmSymbol.average.read()
Returns the values of the EVM vs modulation symbol trace. See also ‘Square EVM’.
Suppressed linked return values: reliability
- return:
ratio: Comma-separated list of EVM values, one value per modulation symbol