TtInterval

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TTINterval
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) TchTranTimInt[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TTINterval
value: enums.TchTranTimInt = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.ttInterval.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

Sets the number of frames into which a TCH is divided. This setting also defines the interleaver depth.

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:

tt_interval: 10MS | 20MS | 40MS

set(tt_interval: TchTranTimInt, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:TTINterval
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.ttInterval.set(tt_interval = enums.TchTranTimInt._10MS, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

Sets the number of frames into which a TCH is divided. This setting also defines the interleaver depth.

Parameters:
  • tt_interval – 10MS | 20MS | 40MS

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