Rsrp

SCPI Commands :

SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:RSRP:RANGe
SENSe:LTE:SIGNaling<instance>:UEReport[:PCC]:RSRP
class RsrpCls[source]

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

class RangeStruct[source]

Structure for reading output parameters. Fields:

  • Lower: int: decimal Range: -140 dBm to -44 dBm, Unit: dBm

  • Upper: int: decimal Range: -140 dBm to -44 dBm, Unit: dBm

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

Returns the RSRP value range, corresponding to the RSRP 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]:RSRP
value: int = driver.sense.ueReport.pcc.rsrp.get_value()

Returns the RSRP reported by the UE as dimensionless index.

return:

rsrp: decimal Range: 0 to 97