PrAttempts

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:EMTC: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:EMTC:PRATtempts
value: int = driver.source.bb.eutra.uplink.ue.prach.emtc.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 40

set(preamble_attempt: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:EMTC:PRATtempts
driver.source.bb.eutra.uplink.ue.prach.emtc.prAttempts.set(preamble_attempt = 1, userEquipment = repcap.UserEquipment.Default)

Sets the number of preamble attempts.

param preamble_attempt

integer Range: 0 to 40

param userEquipment

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