PrState

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:PRSTate
class PrStateCls[source]

PrState commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userEquipment=UserEquipment.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:PRSTate
value: bool = driver.source.bb.eutra.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) .

param userEquipment

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

return

state: 1| ON| 0| OFF

set(state: bool, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:PRACh:PRSTate
driver.source.bb.eutra.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) .

param state

1| ON| 0| OFF

param userEquipment

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