Cell

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

  • Rsrp: int: decimal RSRP as dimensionless index Range: 0 to 97

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

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

Returns measurement report values for the LTE neighbor cell number <no>.

param cellNo:

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

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.ueReport.ncell.lte.cell.clone()

Subgroups