PrAttempts
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:PRATtempts
- class PrAttemptsCls[source]
PrAttempts commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:PRATtempts value: int = driver.source.bb.eutra.uplink.ue.prach.niot.prAttempts.get(userEquipment = repcap.UserEquipment.Default)
Sets the number of preamble attempts.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
preamble_attempt: integer Range: 0 to 30
- set(preamble_attempt: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:PRATtempts driver.source.bb.eutra.uplink.ue.prach.niot.prAttempts.set(preamble_attempt = 1, userEquipment = repcap.UserEquipment.Default)
Sets the number of preamble attempts.
- param preamble_attempt
integer Range: 0 to 30
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)