Ncell

SCPI Command :

CATalog:SIGNaling:NRADio:NCELl
class NcellCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Ncell_Name: List[str]: Neighbor cell name

  • Ncell_Type: List[enums.NcellType]: Neighbor cell type IAFRequency: intra-frequency neighbor cell IFRequency: inter-frequency neighbor cell IRAT: inter-RAT neighbor cell

get(cell_name: str) GetStruct[source]
# SCPI: CATalog:SIGNaling:NRADio:NCELl
value: GetStruct = driver.catalog.signaling.nradio.ncell.get(cell_name = 'abc')

Queries the SIB neighbor cell list of an LTE or NR cell. For each neighbor cell, two values are returned: {<NCellName>, <NCellType>}cell 1, {<NCellName>, <NCellType>}cell 2, …

param cell_name:

The name of the cell for which neighbors are queried.

return:

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