CellId
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:CELLid
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) int[source]
# [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.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
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]
# [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.
- Parameters:
cell_id – integer For sidelink, the cell ID range isr 0 to 671. Range: 0 to 1007
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)