Step
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh: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>: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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PCPCh: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>: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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PCPCh:PPOWer.
- param step
float Range: 0 dB to 10 dB
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)