Maximum

SCPI Commands :

READ:LTE:MEASurement<Instance>:PRACh:TRACe:MERRor:MAXimum
FETCh:LTE:MEASurement<Instance>:PRACh:TRACe:MERRor:MAXimum
class MaximumCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:PRACh:TRACe:MERRor:MAXimum
value: List[float] = driver.lteMeas.prach.trace.merror.maximum.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 ‘Square EVM, Magnitude Error, Phase Error’.

Suppressed linked return values: reliability

return:

results: The number of results depends on the preamble format. Format 0 to 3: 839 EVM values, format 4: 139 EVM values

read() List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:PRACh:TRACe:MERRor:MAXimum
value: List[float] = driver.lteMeas.prach.trace.merror.maximum.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 ‘Square EVM, Magnitude Error, Phase Error’.

Suppressed linked return values: reliability

return:

results: The number of results depends on the preamble format. Format 0 to 3: 839 EVM values, format 4: 139 EVM values