Current

SCPI Commands :

READ:NIOT:MEASurement<Instance>:PRACh:TRACe:MERRor:CURRent
FETCh:NIOT:MEASurement<Instance>:PRACh:TRACe:MERRor:CURRent
class CurrentCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:PRACh:TRACe:MERRor:CURRent
value: List[float] = driver.niotMeas.prach.trace.merror.current.fetch()

Return the values of the magnitude 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:MERRor:CURRent
value: List[float] = driver.niotMeas.prach.trace.merror.current.read()

Return the values of the magnitude 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