Average

SCPI Commands

READ:EVDO:MEASurement<Instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:AVERage
FETCh:EVDO:MEASurement<Instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:AVERage
CALCulate:EVDO:MEASurement<Instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:AVERage
class Average[source]

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

calculate()List[RsCmwEvdoMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:AVERage
value: List[enums.ResultStatus2] = driver.multiEval.trace.cdp.qsignal.rri.average.calculate()

Return values of the code domain power (CDP) I-Signal and Q-Signal bar graphs. The results of the current, average, maximum and minimum bar graphs can be retrieved. For a physical layer subtype 2 or 3 measurement, the bar graphs contain only RRI results. For a physical layer subtype 0/1 measurement the bar graphs contain also pilot results, see method RsCmwEvdoMeas.MultiEval.Trace.Cdp.Isignal.Pilot.Current.fetch etc. The values described below are returned by FETCh and READ 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

qsig_rri_aver_cdp: float The number of results depends on the physical layer subtype (see method RsCmwEvdoMeas.Configure.MultiEval.plSubtype) : SF=15 for subtype 0/1 and SF=31 for subtypes 2 and 3. Range: - 70 dB to 0 dB, Unit: dB

fetch()List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:AVERage
value: List[float] = driver.multiEval.trace.cdp.qsignal.rri.average.fetch()

Return values of the code domain power (CDP) I-Signal and Q-Signal bar graphs. The results of the current, average, maximum and minimum bar graphs can be retrieved. For a physical layer subtype 2 or 3 measurement, the bar graphs contain only RRI results. For a physical layer subtype 0/1 measurement the bar graphs contain also pilot results, see method RsCmwEvdoMeas.MultiEval.Trace.Cdp.Isignal.Pilot.Current.fetch etc. The values described below are returned by FETCh and READ 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

qsig_rri_aver_cdp: float The number of results depends on the physical layer subtype (see method RsCmwEvdoMeas.Configure.MultiEval.plSubtype) : SF=15 for subtype 0/1 and SF=31 for subtypes 2 and 3. Range: - 70 dB to 0 dB, Unit: dB

read()List[float][source]
# SCPI: READ:EVDO:MEASurement<instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:AVERage
value: List[float] = driver.multiEval.trace.cdp.qsignal.rri.average.read()

Return values of the code domain power (CDP) I-Signal and Q-Signal bar graphs. The results of the current, average, maximum and minimum bar graphs can be retrieved. For a physical layer subtype 2 or 3 measurement, the bar graphs contain only RRI results. For a physical layer subtype 0/1 measurement the bar graphs contain also pilot results, see method RsCmwEvdoMeas.MultiEval.Trace.Cdp.Isignal.Pilot.Current.fetch etc. The values described below are returned by FETCh and READ 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

qsig_rri_aver_cdp: float The number of results depends on the physical layer subtype (see method RsCmwEvdoMeas.Configure.MultiEval.plSubtype) : SF=15 for subtype 0/1 and SF=31 for subtypes 2 and 3. Range: - 70 dB to 0 dB, Unit: dB