TbSize

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TBSize
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TBSize
value: int = driver.source.bb.tdscdma.down.cell.enh.dch.dcch.tbSize.get(cell = repcap.Cell.Default)

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

Parameters:

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

Returns:

tb_size: integer Range: 0 to 4096

set(tb_size: int, cell=Cell.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TBSize
driver.source.bb.tdscdma.down.cell.enh.dch.dcch.tbSize.set(tb_size = 1, cell = repcap.Cell.Default)

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

Parameters:
  • tb_size – integer Range: 0 to 4096

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