Prepre
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:TIME:PREPre
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:TIME:PREPre value: int = driver.source.bb.w3Gpp.mstation.prach.timing.time.prepre.get(mobileStation = repcap.MobileStation.Default)
This command defines the time difference between two successive preambles in access slots.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
prepre: integer Range: 1 to 14
- set(prepre: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:TIME:PREPre driver.source.bb.w3Gpp.mstation.prach.timing.time.prepre.set(prepre = 1, mobileStation = repcap.MobileStation.Default)
This command defines the time difference between two successive preambles in access slots.
- Parameters:
prepre – integer Range: 1 to 14
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)