TbSize
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:TBSize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(transportChannelNull=TransportChannelNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:TBSize value: int = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.tbSize.get(transportChannelNull = repcap.TransportChannelNull.Default)
Sets the size of the data blocks.
- Parameters:
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- Returns:
tb_size: integer
- set(tb_size: int, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:TBSize driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.tbSize.set(tb_size = 1, transportChannelNull = repcap.TransportChannelNull.Default)
Sets the size of the data blocks.
- Parameters:
tb_size – integer
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)