Rarb
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:RARB
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) bool[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
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 (method
RsSmw.source.bb.w3Gpp.mstation.prach.timing.speriod.get()) and the methodRsSmw.source.bb.w3Gpp.mstation.prach.rafter.set().
- set(state: bool, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
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 (method
RsSmw.source.bb.w3Gpp.mstation.prach.timing.speriod.get()) and the methodRsSmw.source.bb.w3Gpp.mstation.prach.rafter.set().mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)