TbCount

SCPI Command :

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

TbCount 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>:TBCount
value: int = driver.source.bb.tdscdma.up.cell.enh.dch.dtch.tbCount.get(cell = repcap.Cell.Default, channel = repcap.Channel.Default)

Sets the number of transport blocks for the TCH.

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_count: integer Range: 1 to 24

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

Sets the number of transport blocks for the TCH.

param tb_count

integer Range: 1 to 24

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’)