Prepetition
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PREPetition
- class PrepetitionCls[source]
Prepetition 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:PREPetition value: int = driver.source.bb.w3Gpp.mstation.prach.prepetition.get(mobileStation = repcap.MobileStation.Default)
The command defines the number of PRACH preamble components.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
prepetition: integer Range: 1 to 10
- set(prepetition: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PREPetition driver.source.bb.w3Gpp.mstation.prach.prepetition.set(prepetition = 1, mobileStation = repcap.MobileStation.Default)
The command defines the number of PRACH preamble components.
- param prepetition
integer Range: 1 to 10
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)