Range

SCPI Commands

SENSe:GSM:SIGNaling<Instance>:RREPort:NCELl:TDSCdma:CELL<CellNo>:RANGe
class Range[source]

Range commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

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

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

get(cellNo=<CellNo.Nr1: 1>)GetStruct[source]
# SCPI: SENSe:GSM:SIGNaling<instance>:RREPort:NCELl:TDSCdma:CELL<nr>:RANGe
value: GetStruct = driver.sense.rreport.ncell.tdscdma.cell.range.get(cellNo = repcap.CellNo.Nr1)

No command help available

param cellNo

optional repeated capability selector. Default value: Nr1

return

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