Average

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:MERRor:AVERage
FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:MERRor:AVERage
class Average[source]

Average commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[float][source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:MERRor:AVERage
value: List[float] = driver.multiEval.trace.merror.average.fetch()

Returns the values of the RMS magnitude error traces. The values cover a time interval of 500 μs and contain one value per chip. The results of the current, average and maximum traces can be retrieved.

Use RsCmwCdma2kMeas.reliability.last_value to read the updated reliability indicator.

return

average_merr: float Range: -100 % to 100 %, Unit: %

read()List[float][source]
# SCPI: READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:MERRor:AVERage
value: List[float] = driver.multiEval.trace.merror.average.read()

Returns the values of the RMS magnitude error traces. The values cover a time interval of 500 μs and contain one value per chip. The results of the current, average and maximum traces can be retrieved.

Use RsCmwCdma2kMeas.reliability.last_value to read the updated reliability indicator.

return

average_merr: float Range: -100 % to 100 %, Unit: %