Table
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:HSDPA:TBS:TABLe
- class TableCls[source]
Table commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) TdscdmaEnhHsTbsTableDn [source]
# SCPI: [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.
- param cell:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return:
table: C1TO3| C4TO6| C10TO12| C7TO9| C13TO15| C16TO18| C19TO21| C22TO24
- set(table: TdscdmaEnhHsTbsTableDn, cell=Cell.Default) None [source]
# SCPI: [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.
- param table:
C1TO3| C4TO6| C10TO12| C7TO9| C13TO15| C16TO18| C19TO21| C22TO24
- param cell:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)