TbSize
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TBSize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TBSize value: int = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.tbSize.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
Sets the size of the data blocks.
- 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_size: integer Range: 0 to 4096
- set(tb_size: int, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TBSize driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.tbSize.set(tb_size = 1, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
Sets the size of the data blocks.
- Parameters:
tb_size – integer Range: 0 to 4096
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’)