Ttiedch

SCPI Command :

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

Sets the TTI size (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]:DPCCh:E:FRC:TTIEdch
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.ttiedch.set(ttiedch = enums.HsUpaDchTti._10ms, mobileStation = repcap.MobileStation.Default)

Sets the TTI size (Transmission Time Interval) .

Parameters:
  • ttiedch – 2ms | 10ms

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