Index
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:INDex
- class IndexCls[source]
Index commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) int [source]
# SCPI: [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.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
ulca_cell_index: integer Range: 1 to 7
- set(ulca_cell_index: int, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param ulca_cell_index
integer Range: 1 to 7
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)