Range

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

  • Rsrp_Lower: int: decimal RSRP minimum value Range: -140 dBm to -44 dBm, Unit: dBm

  • Rsrp_Upper: int: decimal RSRP maximum value Range: -140 dBm to -44 dBm, Unit: dBm

  • Rsrq_Lower: float: float RSRQ minimum value Range: -34 dB to 2.5 dB, Unit: dB

  • Rsrq_Upper: float: float RSRQ maximum value Range: -34 dB to 2.5 dB, Unit: dB

get(secondaryCompCarrier=SecondaryCompCarrier.Default) GetStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport:SCC<Carrier>:SCELl:RANGe
value: GetStruct = driver.sense.ueReport.scc.scell.range.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Returns the value ranges corresponding to the dimensionless index values reported for the serving LTE cell.

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.