Range

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

  • Rscp_Lower: int: decimal RSCP minimum value Range: -120 dBm to -25 dBm, Unit: dBm

  • Rscp_Upper: int: decimal RSCP maximum value Range: -120 dBm to -25 dBm, Unit: dBm

  • Ec_No_Lower: float: float Ec/No minimum value Range: -24 dB to 0 dB, Unit: dB

  • Ec_No_Upper: float: float Ec/No maximum value Range: -24 dB to 0 dB, Unit: dB

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

Returns the value ranges corresponding to the dimensionless index values reported for the WCDMA 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.