Cell

SCPI Commands

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

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

class GetStruct[source]

Response structure. Fields:

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

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

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

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

Subgroups