Index
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:INDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:INDex value: int = driver.source.bb.eutra.downlink.ca.cell.index.get(cellNull = repcap.CellNull.Default)
Sets the cell index of the corresponding SCell. The cell index of the PCell is always 0.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
cell_index: integer Range: 1 to 7
- set(cell_index: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:INDex driver.source.bb.eutra.downlink.ca.cell.index.set(cell_index = 1, cellNull = repcap.CellNull.Default)
Sets the cell index of the corresponding SCell. The cell index of the PCell is always 0.
- Parameters:
cell_index – integer Range: 1 to 7
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)