Premp

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:TIME:PREMp
class PrempCls[source]

Premp commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [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.

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

return

premp: integer Range: 1 to 14

set(premp: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [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.

param premp

integer Range: 1 to 14

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)