Range

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:RSRQ:RANGe
class RangeCls[source]

Range commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. 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(secondaryCompCarrier=SecondaryCompCarrier.Default) GetStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:RSRQ:RANGe
value: GetStruct = driver.sense.ueReport.scc.rsrq.range.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

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

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

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