Current

SCPI Commands

READ:EVDO:MEASurement<Instance>:MEValuation:TRACe:CDE:ISIGnal:PILot:CURRent
FETCh:EVDO:MEASurement<Instance>:MEValuation:TRACe:CDE:ISIGnal:PILot:CURRent
CALCulate:EVDO:MEASurement<Instance>:MEValuation:TRACe:CDE:ISIGnal:PILot:CURRent
class Current[source]

Current 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:CDE:ISIGnal:PILot:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.trace.cde.isignal.pilot.current.calculate()

Return values of the code domain error (CDE) I-Signal and Q-Signal bar graphs. The results of the current, average and maximum bar graphs can be retrieved. Only the pilot part of a physical layer subtype 0/1 measurement is retrieved. For RRI part and subtype 2 or 3 measurements, see method RsCmwEvdoMeas.MultiEval.Trace.Cde.Isignal.Rri.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

isig_pil_curr_cde: 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 (only NAV values) . Range: -70 to 0 dB, Unit: dB

fetch()List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:TRACe:CDE:ISIGnal:PILot:CURRent
value: List[float] = driver.multiEval.trace.cde.isignal.pilot.current.fetch()

Return values of the code domain error (CDE) I-Signal and Q-Signal bar graphs. The results of the current, average and maximum bar graphs can be retrieved. Only the pilot part of a physical layer subtype 0/1 measurement is retrieved. For RRI part and subtype 2 or 3 measurements, see method RsCmwEvdoMeas.MultiEval.Trace.Cde.Isignal.Rri.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

isig_pil_curr_cde: 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 (only NAV values) . Range: -70 to 0 dB, Unit: dB

read()List[float][source]
# SCPI: READ:EVDO:MEASurement<instance>:MEValuation:TRACe:CDE:ISIGnal:PILot:CURRent
value: List[float] = driver.multiEval.trace.cde.isignal.pilot.current.read()

Return values of the code domain error (CDE) I-Signal and Q-Signal bar graphs. The results of the current, average and maximum bar graphs can be retrieved. Only the pilot part of a physical layer subtype 0/1 measurement is retrieved. For RRI part and subtype 2 or 3 measurements, see method RsCmwEvdoMeas.MultiEval.Trace.Cde.Isignal.Rri.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

isig_pil_curr_cde: 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 (only NAV values) . Range: -70 to 0 dB, Unit: dB