Cqi

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:CQI
READ:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:CQI
class Cqi[source]

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

fetch()List[RsCmwWcdmaSig.enums.Cqi][source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:ULLogging:CARRier<carrier>:CQI
value: List[enums.Cqi] = driver.uplinkLogging.carrier.cqi.fetch()

Return results of the UL logging measurement on the HS-DPCCH. The results are returned per measured subframe: <Reliability>, <CQI>subframe1, <CQI>subframe2, …, <CQI>subframe n The number of subframes n is configured via method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames.

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

Global Repeated Capabilities: repcap.Carrier
return

cqi: DTX | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 DTX: no answer received from the UE 0 to 30: reported channel quality indicator, 30 means the best quality

read()List[RsCmwWcdmaSig.enums.Cqi][source]
# SCPI: READ:WCDMa:SIGNaling<instance>:ULLogging:CARRier<carrier>:CQI
value: List[enums.Cqi] = driver.uplinkLogging.carrier.cqi.read()

Return results of the UL logging measurement on the HS-DPCCH. The results are returned per measured subframe: <Reliability>, <CQI>subframe1, <CQI>subframe2, …, <CQI>subframe n The number of subframes n is configured via method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames.

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

Global Repeated Capabilities: repcap.Carrier
return

cqi: DTX | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 DTX: no answer received from the UE 0 to 30: reported channel quality indicator, 30 means the best quality