TtiDistance

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:TTIDistance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:TTIDistance
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.ttiDistance.get(mobileStation = repcap.MobileStation.Default)

Selects the distance between two packets in HSDPA packet mode.

Parameters:

mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Returns:

tti_distance: integer Range: 1 to 16

set(tti_distance: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:TTIDistance
driver.source.bb.w3Gpp.mstation.dpcch.hs.ttiDistance.set(tti_distance = 1, mobileStation = repcap.MobileStation.Default)

Selects the distance between two packets in HSDPA packet mode.

Parameters:
  • tti_distance – integer Range: 1 to 16

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