Prach

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:PRACh:DRXCycle
class Prach[source]

Prach commands group definition. 9 total commands, 2 Sub-groups, 1 group commands

get_drx_cycle()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:PRACh:DRXCycle
value: int = driver.configure.uplink.prach.get_drx_cycle()

Specifies the DRX cycle length.

return

cycle_length: Cycle length in multiples of 2 frames Range: 6 to 9

set_drx_cycle(cycle_length: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:PRACh:DRXCycle
driver.configure.uplink.prach.set_drx_cycle(cycle_length = 1)

Specifies the DRX cycle length.

param cycle_length

Cycle length in multiples of 2 frames Range: 6 to 9

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.uplink.prach.clone()

Subgroups