Index

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:INDex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:INDex
value: int = driver.source.bb.eutra.uplink.ca.cell.index.get(cellNull = repcap.CellNull.Default)

Sets the cell index of the corresponding SCell.

Parameters:

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

Returns:

ulca_cell_index: integer Range: 1 to 7

set(ulca_cell_index: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:INDex
driver.source.bb.eutra.uplink.ca.cell.index.set(ulca_cell_index = 1, cellNull = repcap.CellNull.Default)

Sets the cell index of the corresponding SCell.

Parameters:
  • ulca_cell_index – integer Range: 1 to 7

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