Range

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UEReport:NCELl:LTE:CELL<nr>: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: -19.5 dB to -3 dB, Unit: dB

  • Rsrq_Upper: float: float RSRQ maximum value Range: -19.5 dB to -3 dB, Unit: dB

get(cellNo=CellNo.Default) GetStruct[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UEReport:NCELl:LTE:CELL<nr>:RANGe
value: GetStruct = driver.sense.ueReport.ncell.lte.cell.range.get(cellNo = repcap.CellNo.Default)

Returns the value ranges corresponding to the dimensionless index values reported for the LTE neighbor cell number <no>.

param cellNo:

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

return:

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