Ttiedch
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:TTIEdch
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) HsUpaDchTti[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:EDCH:TTIEdch value: enums.HsUpaDchTti = driver.source.bb.w3Gpp.mstation.hsupa.edch.ttiedch.get(mobileStation = repcap.MobileStation.Default)
Sets the value for the TTI size (Transmission Time Interval) . This command is a query only, if an UL-DTX is enabled (method
RsSmw.source.bb.w3Gpp.mstation.udtx.state()ON) or an FRC is activated (methodRsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.state.set()ON) .- 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]:EDCH:TTIEdch driver.source.bb.w3Gpp.mstation.hsupa.edch.ttiedch.set(ttiedch = enums.HsUpaDchTti._10ms, mobileStation = repcap.MobileStation.Default)
Sets the value for the TTI size (Transmission Time Interval) . This command is a query only, if an UL-DTX is enabled (method
RsSmw.source.bb.w3Gpp.mstation.udtx.state()ON) or an FRC is activated (methodRsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.state.set()ON) .- Parameters:
ttiedch – 2ms | 10ms
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)