Step
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PPOWer:STEP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PPOWer:STEP value: float = driver.source.bb.w3Gpp.mstation.pcpch.ppower.step.get(mobileStation = repcap.MobileStation.Default)
The command defines the step width of the power increase, by which the preamble component of the PCPCH is increased from repetition to repetition. The power during the last repetition corresponds to the power defined by the command method
RsSmw.source.bb.w3Gpp.mstation.pcpch.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>:PCPCh:PPOWer:STEP driver.source.bb.w3Gpp.mstation.pcpch.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 PCPCH is increased from repetition to repetition. The power during the last repetition corresponds to the power defined by the command method
RsSmw.source.bb.w3Gpp.mstation.pcpch.ppower.set().- Parameters:
step – float Range: 0 dB to 10 dB
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)