Table

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSUPA:TBS:TABLe
class TableCls[source]

Table commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default) RsSmbv.enums.TdscdmaEnhHsTbsTableUp[source]
# SCPI: [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.

param cell

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

return

table: C1TO2| C3TO6

set(table: RsSmbv.enums.TdscdmaEnhHsTbsTableUp, cell=Cell.Default) None[source]
# SCPI: [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.

param table

C1TO2| C3TO6

param cell

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