RxQuality

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:RXQuality:RANGe
SENSe:GSM:SIGNaling<Instance>:RREPort:RXQuality
class RxQuality[source]

RxQuality commands group definition. 4 total commands, 1 Sub-groups, 2 group commands

class RangeStruct[source]

Structure for reading output parameters. Fields:

  • Lower: float: Range: 0 % to 12.8 %, Unit: %

  • Upper: float: Range: 0.2 % to 100 %, Unit: %

get_range()RangeStruct[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:RXQuality:RANGe
value: RangeStruct = driver.sense.rreport.rxQuality.get_range()

Returns the bit error rate range, corresponding to the ‘RX Quality Full’ index reported by the MS.

return

structure: for return value, see the help for RangeStruct structure arguments.

get_value()int[source]
# SCPI: SENSe:GSM:SIGNaling<Instance>:RREPort:RXQuality
value: int = driver.sense.rreport.rxQuality.get_value()

Returns the ‘RX Quality Full’ reported by the MS as dimensionless index.

return

rx_quality: Range: 0 to 7

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.rreport.rxQuality.clone()

Subgroups