Cell

SCPI Commands

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

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

class GetStruct[source]

Response structure. Fields:

  • Rssi: List[float]: BCCH RSSI: low and high value range Range: -50 dBm to 34 dBm, Unit: dBm

  • Bsic: enums.Bsic: NONVerified | VERified NONV: RSSI measurement without BSIC decoding VER: RSSI measurement with BSIC decoding

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

Returns the UE measurement report contents for GSM 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.