Cell

SCPI Commands

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

Cell commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

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

Returns measurement report values for a selected TD-SCDMA neighbor cell.

param cellNo

optional repeated capability selector. Default value: Nr1

return

rscp: RSCP as dimensionless index Range: -5 to 91

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.rreport.ncell.tdscdma.cell.clone()

Subgroups