Average

SCPI Commands :

READ:NRSub:MEASurement<Instance>:PRACh:TRACe:MERRor:AVERage
FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:MERRor:AVERage
class AverageCls[source]

Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:MERRor:AVERage
value: List[float] = driver.nrSubMeas.prach.trace.merror.average.fetch()

Return the values of the magnitude error traces. Each value is averaged over the samples in one preamble subcarrier. 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 magnitude error values, one value per subcarrier.

read() List[float][source]
# SCPI: READ:NRSub:MEASurement<Instance>:PRACh:TRACe:MERRor:AVERage
value: List[float] = driver.nrSubMeas.prach.trace.merror.average.read()

Return the values of the magnitude error traces. Each value is averaged over the samples in one preamble subcarrier. 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 magnitude error values, one value per subcarrier.