TtiCount
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTICount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTICount value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.ttiCount.get(mobileStation = repcap.MobileStation.Default)
Selects the number of configurable TTI’s.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
tti_count: integer Range: 1 to 32
- set(tti_count: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTICount driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.ttiCount.set(tti_count = 1, mobileStation = repcap.MobileStation.Default)
Selects the number of configurable TTI’s.
- Parameters:
tti_count – integer Range: 1 to 32
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)