Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:MERRor:AVERage
FETCh:NIOT:MEASurement<Instance>:MEValuation:MERRor: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:MERRor:AVERage value: List[float] = driver.niotMeas.multiEval.merror.average.fetch()
Returns the values of the magnitude error 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 ‘Squares Magnitute Error, Phase Error’.
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:MERRor:AVERage value: List[float] = driver.niotMeas.multiEval.merror.average.read()
Returns the values of the magnitude error 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 ‘Squares Magnitute Error, Phase Error’.
Suppressed linked return values: reliability
- return:
results: Comma-separated list of 7 results, for SC-FDMA symbol 0 to 6