PrState

SCPI Command :

[SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:PRSTate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) bool[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:PRSTate
value: bool = driver.source.bb.oneweb.uplink.ue.prach.prState.get(userEquipment = repcap.UserEquipment.Default)

Activates Power Ramping for the PRACH preamble. The start and the end of the preamble is cyclically extended and multiplied with a ramping function (sin^2) .

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:UE<ST>:PRACh:PRSTate
driver.source.bb.oneweb.uplink.ue.prach.prState.set(state = False, userEquipment = repcap.UserEquipment.Default)

Activates Power Ramping for the PRACH preamble. The start and the end of the preamble is cyclically extended and multiplied with a ramping function (sin^2) .

Parameters:
  • state – 1 | ON | 0| OFF

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