Rarb
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:RARB
- class RarbCls[source]
Rarb commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:RARB value: bool = driver.source.bb.w3Gpp.mstation.prach.rarb.get(mobileStation = repcap.MobileStation.Default)
Enables/disables repeating the selected PRACH structure during one ARB sequence.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
state: 1| ON| 0| OFF ON Within one ARB sequence, the selected PRACH structure is repeated once. OFF The selected PRACH structure can be repeated several time, depending on the structure length ([:SOURcehw]:BB:W3GPp:MSTationst:PRACh:TIMing:SPERiod?) and the [:SOURcehw]:BB:W3GPp:MSTationst:PRACh:RAFTer.
- set(state: bool, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:RARB driver.source.bb.w3Gpp.mstation.prach.rarb.set(state = False, mobileStation = repcap.MobileStation.Default)
Enables/disables repeating the selected PRACH structure during one ARB sequence.
- param state
1| ON| 0| OFF ON Within one ARB sequence, the selected PRACH structure is repeated once. OFF The selected PRACH structure can be repeated several time, depending on the structure length ([:SOURcehw]:BB:W3GPp:MSTationst:PRACh:TIMing:SPERiod?) and the [:SOURcehw]:BB:W3GPp:MSTationst:PRACh:RAFTer.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)