Rsrq

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:RSRQ:RANGe
SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:RSRQ
class RsrqCls[source]

Rsrq commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class RangeStruct[source]

Structure for reading output parameters. Fields:

  • Lower: float: float Range: -34 dB to 2.5 dB, Unit: dB

  • Upper: float: float Range: -34 dB to 2.5 dB, Unit: dB

get_range() RangeStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:RSRQ:RANGe
value: RangeStruct = driver.sense.ueReport.pcc.rsrq.get_range()

Returns the RSRQ value range, corresponding to the RSRQ index reported by the UE.

return:

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

get_value() int[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:RSRQ
value: int = driver.sense.ueReport.pcc.rsrq.get_value()

Returns the RSRQ reported by the UE as dimensionless index.

return:

rsrq: decimal Range: -30 to 46