CellId

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:CELLid
class CellIdCls[source]

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:CELLid
value: int = driver.source.bb.nr5G.node.cell.cellId.get(cellNull = repcap.CellNull.Default)

Sets the cell identity of the selected cell.

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return

cell_id: integer For sidelink, the cell ID range isr 0 to 671. Range: 0 to 1007

set(cell_id: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:CELLid
driver.source.bb.nr5G.node.cell.cellId.set(cell_id = 1, cellNull = repcap.CellNull.Default)

Sets the cell identity of the selected cell.

param cell_id

integer For sidelink, the cell ID range isr 0 to 671. Range: 0 to 1007

param cellNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)