Cell

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UEReport:NCELl:GSM: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:GSM:CELL<nr>
value: int = driver.sense.ueReport.ncell.gsm.cell.get(cellNo = repcap.CellNo.Default)

Returns the RSSI value reported as dimensionless index for the GSM neighbor cell number <no>.

param cellNo:

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

return:

rssi: decimal Range: 0 to 63

Cloning the Group

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

Subgroups