Cell

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UEReport:NCELl:TDSCdma:CELL<nr>
class CellCls[source]

Cell commands group definition. 2 total commands, 1 Subgroups, 1 group commands

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

Returns measurement report values for the TD-SCDMA neighbor cell number <no>.

param cellNo:

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

return:

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

Cloning the Group

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

Subgroups