Sub

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:RXLevel:SUB:RANGe
SENSe:GSM:SIGNaling<Instance>:RREPort:RXLevel:SUB
class Sub[source]

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

class RangeStruct[source]

Structure for reading output parameters. Fields:

  • Lower: int: Range: -110 dBm to -48 dBm, Unit: dBm

  • Upper: int: Range: -110 dBm to -48 dBm, Unit: dBm

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

Returns the power level range, corresponding to the ‘RX Level Sub’ 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:RXLevel:SUB
value: int = driver.sense.rreport.rxLevel.sub.get_value()

Returns the ‘RX Level Sub’ reported by the MS as dimensionless power level.

return

rx_level: Range: 0 to 63