TtiDistance

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:TTIDistance
class TtiDistanceCls[source]

TtiDistance commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [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.

param mobileStation

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

return

tti_distance: integer Range: 1 to 16

set(tti_distance: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [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.

param tti_distance

integer Range: 1 to 16

param mobileStation

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