Cvalue

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:CVALue:RANGe
SENSe:GSM:SIGNaling<Instance>:RREPort:CVALue
class Cvalue[source]

Cvalue 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:CVALue:RANGe
value: RangeStruct = driver.sense.rreport.cvalue.get_range()

Returns the signal level range, corresponding to the ‘C value’ 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:CVALue
value: int = driver.sense.rreport.cvalue.get_value()

Returns the ‘C value’ reported by the MS as dimensionless index.

return

cvalue: Range: 0 to 63