Dtx
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DTX
- class DtxCls[source]
Dtx 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>:DTX value: int = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.dtx.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
The command sets the number of DTX (Discontinuous Transmission) bits. These bits are entered in the data stream between rate matching and interleaver 1 and used for the BTFD reference measurement channels rate 2 and rate 3.
- 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
dtx: integer Range: 0 to 1024
- set(dtx: int, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DTX driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.dtx.set(dtx = 1, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)
The command sets the number of DTX (Discontinuous Transmission) bits. These bits are entered in the data stream between rate matching and interleaver 1 and used for the BTFD reference measurement channels rate 2 and rate 3.
- param dtx
integer Range: 0 to 1024
- 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’)