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