Dtx

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DTX
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>: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.

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:

dtx: integer Range: 0 to 1024

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

Parameters:
  • dtx – integer Range: 0 to 1024

  • 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’)