Ttiedch

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:TTIEdch
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) HsUpaDchTti[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:TTIEdch
value: enums.HsUpaDchTti = driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.ttiedch.get(mobileStation = repcap.MobileStation.Default)

The command sets the value for the TTI (Transmission Time Interval) .

Parameters:

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

Returns:

ttiedch: 2ms | 10ms

set(ttiedch: HsUpaDchTti, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:TTIEdch
driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.ttiedch.set(ttiedch = enums.HsUpaDchTti._10ms, mobileStation = repcap.MobileStation.Default)

The command sets the value for the TTI (Transmission Time Interval) .

Parameters:
  • ttiedch – 2ms | 10ms

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