PrAttempts

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:NIOT:PRATtempts
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [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.

Parameters:

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

Returns:

preamble_attempt: integer Range: 0 to 30

set(preamble_attempt: int, userEquipment=UserEquipment.Default) None[source]
# [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.

Parameters:
  • preamble_attempt – integer Range: 0 to 30

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