Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:EVMagnitude:PEAK:AVERage
FETCh:NIOT:MEASurement<Instance>:MEValuation:EVMagnitude:PEAK: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:EVMagnitude:PEAK:AVERage value: List[float] = driver.niotMeas.multiEval.evMagnitude.peak.average.fetch()
Returns the values of the EVM peak bar graphs for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum bar graphs can be retrieved. See also ‘Square EVM’.
Suppressed linked return values: reliability
- return:
results: Comma-separated list of 7 results, for SC-FDMA symbol 0 to 6
- read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:EVMagnitude:PEAK:AVERage value: List[float] = driver.niotMeas.multiEval.evMagnitude.peak.average.read()
Returns the values of the EVM peak bar graphs for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum bar graphs can be retrieved. See also ‘Square EVM’.
Suppressed linked return values: reliability
- return:
results: Comma-separated list of 7 results, for SC-FDMA symbol 0 to 6