Hbit

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:HBIT
READ:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:HBIT
class Hbit[source]

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

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

Return results of the UL logging measurement on the E-DPCCH. The results are returned per measured subframe: <Reliability>, <HappyBit>subframe1, <HappyBit>subframe2, …, <HappyBit>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

happy_bit: HAPPy | UNHappy | DTX HAPPy: UE is satisfied with the granted data rate UNHappy: UE is not transmitting at maximum power and cannot empty its transmit buffer with the current serving grant within a certain time period DTX: no answer received from the UE

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

Return results of the UL logging measurement on the E-DPCCH. The results are returned per measured subframe: <Reliability>, <HappyBit>subframe1, <HappyBit>subframe2, …, <HappyBit>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

happy_bit: HAPPy | UNHappy | DTX HAPPy: UE is satisfied with the granted data rate UNHappy: UE is not transmitting at maximum power and cannot empty its transmit buffer with the current serving grant within a certain time period DTX: no answer received from the UE