ScIndex

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:SCINdex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [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.

Parameters:

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

Returns:

sched_cell_index: integer Range: 0 to 7

set(sched_cell_index: int, cellNull=CellNull.Default) None[source]
# [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.

Parameters:
  • sched_cell_index – integer Range: 0 to 7

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