Maximum

SCPI Commands

FETCh:EVDO:MEASurement<Instance>:MEValuation:LIST:MODulation:WQUality:MAXimum
CALCulate:EVDO:MEASurement<Instance>:MEValuation:LIST:MODulation:WQUality:MAXimum
class Maximum[source]

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

calculate()List[float][source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:LIST:MODulation:WQUality:MAXimum
value: List[float] = driver.multiEval.listPy.modulation.wquality.maximum.calculate()

Returns waveform quality (statistical) values for all active list mode segments - overall, at minimum and at maximum AT power. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

wav_quality: float Range: 0 to 1

fetch()List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:LIST:MODulation:WQUality:MAXimum
value: List[float] = driver.multiEval.listPy.modulation.wquality.maximum.fetch()

Returns waveform quality (statistical) values for all active list mode segments - overall, at minimum and at maximum AT power. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

wav_quality: float Range: 0 to 1