Range

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UEReport:NCELl:GSM:CELL<nr>:RANGe
class RangeCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Rssi_Lower: int: decimal RSSI minimum value Range: -110 dBm to -48 dBm, Unit: dBm

  • Rssi_Upper: int: decimal RSSI maximum value Range: -110 dBm to -48 dBm, Unit: dBm

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

Returns the value range corresponding to the dimensionless RSSI index value reported for the GSM 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.