ScIndex
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:SCINdex
- class ScIndexCls[source]
ScIndex 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>:SCINdex value: int = driver.source.bb.eutra.downlink.ca.cell.scIndex.get(cellNull = repcap.CellNull.Default)
Defines the component carrier/cell that signals the UL and DL grants for the selected SCell.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
sched_cell_index: integer Range: 0 to 7
- set(sched_cell_index: int, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:SCINdex driver.source.bb.eutra.downlink.ca.cell.scIndex.set(sched_cell_index = 1, cellNull = repcap.CellNull.Default)
Defines the component carrier/cell that signals the UL and DL grants for the selected SCell.
- param sched_cell_index
integer Range: 0 to 7
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)