Index

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSUPA:TBS:INDex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [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.

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: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.

Parameters:
  • index – integer Range: 0 to 63

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