TbCount

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:ENH:DCH:DCCH:TBCount
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:TBCount
value: int = driver.source.bb.tdscdma.down.cell.enh.dch.dcch.tbCount.get(cell = repcap.Cell.Default)

Sets the number of transport blocks for the TCH.

Parameters:

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

Returns:

tb_count: integer Range: 1 to 24

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

Sets the number of transport blocks for the TCH.

Parameters:
  • tb_count – integer Range: 1 to 24

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