Index
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL: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: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.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
cell_index: integer Range: 1 to 7
- set(cell_index: int, cellNull=CellNull.Default) None [source]
# SCPI: [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.
- param cell_index
integer Range: 1 to 7
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)