State¶
SCPI Commands
FETCh:EVDO:MEASurement<Instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:STATe
- class State[source]
State commands group definition. 1 total commands, 0 Sub-groups, 1 group commands
- fetch() → List[RsCmwEvdoMeas.enums.ResultStateB][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:TRACe:CDP:QSIGnal:RRI:STATe value: List[enums.ResultStateB] = driver.multiEval.trace.cdp.qsignal.rri.state.fetch()
Return the states of the code domain power (CDP) I-signal and Q-signal bar graphs. 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.Qsignal.Pilot.State.fetch.
Use RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.
- return
qsig_rri_state: NAV | ACTive | INACtive 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) . NAV: No channel available ACTive: Active code channel INACtive: Inactive code channel