Table
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TBS:TABLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) TdscdmaEnhHsTbsTableDn[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TBS:TABLe value: enums.TdscdmaEnhHsTbsTableDn = driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.tbs.table.get(cell = repcap.Cell.Default)
Sets the transport block size table, according to the specification 3GPP TS 25.321.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
table: C1TO3 | C4TO6 | C10TO12 | C7TO9 | C13TO15 | C16TO18 | C19TO21 | C22TO24
- set(table: TdscdmaEnhHsTbsTableDn, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TBS:TABLe driver.source.bb.tdscdma.down.cell.enh.dch.hsdpa.tbs.table.set(table = enums.TdscdmaEnhHsTbsTableDn.C10TO12, cell = repcap.Cell.Default)
Sets the transport block size table, according to the specification 3GPP TS 25.321.
- Parameters:
table – C1TO3 | C4TO6 | C10TO12 | C7TO9 | C13TO15 | C16TO18 | C19TO21 | C22TO24
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)