Cell

SCPI Commands

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

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

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

Returns the RSSI value reported for a selected GSM neighbor cell as dimensionless index.

param gsmCellNo

optional repeated capability selector. Default value: Nr1

return

rssi: RSSI as dimensionless index Range: 0 to 63

Cloning the Group

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

Subgroups