TbCount

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TBCount
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) int[source]
# [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.

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

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

Returns:

tb_count: integer Range: 1 to 24

set(tb_count: int, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# [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.

Parameters:
  • tb_count – integer Range: 1 to 24

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

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