Cell

SCPI Commands

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

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

class GetStruct[source]

Response structure. Fields:

  • Rsrp: int: RSRP as dimensionless index Range: 0 to 63

  • Rsrq: int: RSRQ as dimensionless index Range: 0 to 34

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

Returns measurement report values for a selected LTE neighbor cell.

param cellNo

optional repeated capability selector. Default value: Nr1

return

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

Cloning the Group

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

Subgroups