Step
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:PPOWer:STEP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [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 method
RsSmw.source.bb.w3Gpp.mstation.prach.ppower.set().- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
step: float Range: 0 dB to 10 dB
- set(step: float, mobileStation=MobileStation.Default) None[source]
# [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 method
RsSmw.source.bb.w3Gpp.mstation.prach.ppower.set().- Parameters:
step – float Range: 0 dB to 10 dB
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)