Id

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:CA:CELL<CH0>:ID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:V5G:DL:CA:CELL<CH0>:ID
value: int = driver.source.bb.v5G.downlink.ca.cell.id.get(cellNull = repcap.CellNull.Default)

Specifies the physical cell ID of the corresponding cell.

Parameters:

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

Returns:

physical_cell_id: integer Range: 0 to 503

set(physical_cell_id: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:V5G:DL:CA:CELL<CH0>:ID
driver.source.bb.v5G.downlink.ca.cell.id.set(physical_cell_id = 1, cellNull = repcap.CellNull.Default)

Specifies the physical cell ID of the corresponding cell.

Parameters:
  • physical_cell_id – integer Range: 0 to 503

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