Cell

SCPI Commands

SENSe:WCDMa:SIGNaling<Instance>:UEReport:NCELl:LTE:CELL<Cell>
class Cell[source]

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

class GetStruct[source]

Response structure. Fields:

  • Rsrp: List[float]: Range: -19.5 dB to -3 dB , Unit: dB

  • Rsrq: List[float]: Range: -140 dBm to -44 dBm , Unit: dBm

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

Returns the low and high value ranges reported for a selected LTE neighbor cell. See also ‘Neighbor Cell Settings’.

param cell

optional repeated capability selector. Default value: Nr1

return

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