Premp
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:TIME:PREMp
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:TIME:PREMp value: int = driver.source.bb.w3Gpp.mstation.prach.timing.time.premp.get(mobileStation = repcap.MobileStation.Default)
This command defines the AICH Transmission Timing. This parameter defines the time difference between the preamble and the message part. Two modes are defined in the standard. In mode 0, the preamble to message part difference is 3 access slots, in mode 1 it is 4 access slots.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
premp: integer Range: 1 to 14
- set(premp: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:TIME:PREMp driver.source.bb.w3Gpp.mstation.prach.timing.time.premp.set(premp = 1, mobileStation = repcap.MobileStation.Default)
This command defines the AICH Transmission Timing. This parameter defines the time difference between the preamble and the message part. Two modes are defined in the standard. In mode 0, the preamble to message part difference is 3 access slots, in mode 1 it is 4 access slots.
- Parameters:
premp – integer Range: 1 to 14
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)