TbSize

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:TBSize
class TbSizeCls[source]

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

get(cell=Cell.Default, channel=Channel.Default) int[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:TBSize
value: int = driver.source.bb.tdscdma.up.cell.enh.dch.dtch.tbSize.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)

Sets the size of the transport block at the channel coding input.

param cell

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

param channel

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

return

tb_size: integer Range: 0 to 4096

set(tb_size: int, cell=Cell.Default, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:DTCH<CH>:TBSize
driver.source.bb.tdscdma.up.cell.enh.dch.dtch.tbSize.set(tb_size = 1, cell = repcap.Cell.Default, channel = repcap.Channel.Default)

Sets the size of the transport block at the channel coding input.

param tb_size

integer Range: 0 to 4096

param cell

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

param channel

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