TbCount

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:TBCount
class TbCountCls[source]

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

get(transportChannelNull=TransportChannelNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:TBCount
value: int = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.tbCount.get(transportChannelNull = repcap.TransportChannelNull.Default)

The command sets the transport block count.

param transportChannelNull

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

return

tb_count: integer Range: 1 to 16

set(tb_count: int, transportChannelNull=TransportChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:TBCount
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.tbCount.set(tb_count = 1, transportChannelNull = repcap.TransportChannelNull.Default)

The command sets the transport block count.

param tb_count

integer Range: 1 to 16

param transportChannelNull

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