Table
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:TBS:TABLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default) TdscdmaEnhHsTbsTableUp[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:TBS:TABLe value: enums.TdscdmaEnhHsTbsTableUp = driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.tbs.table.get(cell = repcap.Cell.Default)
Sets the transport block size table, according to the specification 3GPP TS 25.321, annex BC.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
table: C1TO2 | C3TO6
- set(table: TdscdmaEnhHsTbsTableUp, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:TBS:TABLe driver.source.bb.tdscdma.up.cell.enh.dch.hsupa.tbs.table.set(table = enums.TdscdmaEnhHsTbsTableUp.C1TO2, cell = repcap.Cell.Default)
Sets the transport block size table, according to the specification 3GPP TS 25.321, annex BC.
- Parameters:
table – C1TO2 | C3TO6
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)