Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:PRACh:TRACe:PERRor:AVERage
FETCh:NIOT:MEASurement<Instance>:PRACh:TRACe:PERRor: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>:PRACh:TRACe:PERRor:AVERage value: List[float] = driver.niotMeas.prach.trace.perror.average.fetch()
Return the values of the phase error traces. Each value is averaged over the samples in one preamble symbol. The results of the current, average and maximum traces can be retrieved. See also ‘Squares EVM, Magnitude Error, Phase Error’.
Suppressed linked return values: reliability
- return:
results: Comma-separated list of 20 results, one result per symbol
- read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:PRACh:TRACe:PERRor:AVERage value: List[float] = driver.niotMeas.prach.trace.perror.average.read()
Return the values of the phase error traces. Each value is averaged over the samples in one preamble symbol. The results of the current, average and maximum traces can be retrieved. See also ‘Squares EVM, Magnitude Error, Phase Error’.
Suppressed linked return values: reliability
- return:
results: Comma-separated list of 20 results, one result per symbol