TbCount

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TBCount
class TbCountCls[source]

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

get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TBCount
value: int = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.tbCount.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

Defines the number of blocks used for the selected transport channel.

param channelNull

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

param transportChannelNull

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

return

tb_count: integer Range: 1 to 24

set(tb_count: int, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TBCount
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.tbCount.set(tb_count = 1, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

Defines the number of blocks used for the selected transport channel.

param tb_count

integer Range: 1 to 24

param channelNull

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

param transportChannelNull

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