Cell

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

  • Pilot_Pn_Phase: int: decimal Reported pilot PN phase value Range: 0 PN chips to 32767 PN chips, Unit: PN chips

  • Pilot_Strength: int: decimal Reported pilot strength value Range: 0 to 63

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

Returns measurement report values for the CDMA2000 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.