Index
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TBS:INDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TBS:INDex value: int = driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.tbs.index.get(cell = repcap.Cell.Default)
Sets the index for the corresponding table, as described in 3GPP TS 25.321.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
index: integer Range: 0 to 63
- set(index: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TBS:INDex driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.tbs.index.set(index = 1, cell = repcap.Cell.Default)
Sets the index for the corresponding table, as described in 3GPP TS 25.321.
- Parameters:
index – integer Range: 0 to 63
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)