Cell

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

  • Rscp: int: decimal RSCP as dimensionless index Range: -5 to 91

  • Ec_No: int: decimal Ec/No as dimensionless index Range: 0 to 49

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

Returns measurement report values for the WCDMA 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.wcdma.cell.clone()

Subgroups