TtiDistance

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:TTIDistance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:TTIDistance
value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.ttiDistance.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command selects the distance between two packets in HSDPA packet mode. The distance is set in number of sub-frames (3 slots = 2 ms) . An ‘Inter TTI Distance’ of 1 means continuous generation.

Parameters:
  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

Returns:

tti_distance: integer Range: 1 to 16

set(tti_distance: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:TTIDistance
driver.source.bb.w3Gpp.bstation.channel.hsdpa.ttiDistance.set(tti_distance = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command selects the distance between two packets in HSDPA packet mode. The distance is set in number of sub-frames (3 slots = 2 ms) . An ‘Inter TTI Distance’ of 1 means continuous generation.

Parameters:
  • tti_distance – integer Range: 1 to 16

  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)