Step

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PPOWer:STEP
class StepCls[source]

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

get(mobileStation=MobileStation.Default) float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PPOWer:STEP
value: float = driver.source.bb.w3Gpp.mstation.prach.ppower.step.get(mobileStation = repcap.MobileStation.Default)

The command defines the step width of the power increase, by which the preamble component of the PRACH is increased from repetition to repetition. The power defined during the last repetition corresponds to the power defined by the command [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PRACh:PPOWer.

param mobileStation

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

return

step: float Range: 0 dB to 10 dB

set(step: float, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PPOWer:STEP
driver.source.bb.w3Gpp.mstation.prach.ppower.step.set(step = 1.0, mobileStation = repcap.MobileStation.Default)

The command defines the step width of the power increase, by which the preamble component of the PRACH is increased from repetition to repetition. The power defined during the last repetition corresponds to the power defined by the command [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PRACh:PPOWer.

param step

float Range: 0 dB to 10 dB

param mobileStation

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