Average

SCPI Commands

READ:EVDO:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:AVERage
FETCh:EVDO:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:AVERage
class Average[source]

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

fetch()List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:AVERage
value: List[float] = driver.multiEval.trace.evMagnitude.average.fetch()

Returns the values of the RMS EVM traces. A trace covers a time interval of 833 μs (one half-slot) and contains one value per chip. The results of the current, average and maximum traces can be retrieved.

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

return

aver_evm: float Range: 0 % to 100 %, Unit: %

read()List[float][source]
# SCPI: READ:EVDO:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:AVERage
value: List[float] = driver.multiEval.trace.evMagnitude.average.read()

Returns the values of the RMS EVM traces. A trace covers a time interval of 833 μs (one half-slot) and contains one value per chip. The results of the current, average and maximum traces can be retrieved.

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

return

aver_evm: float Range: 0 % to 100 %, Unit: %