Pstep

SCPI Command :

[SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:PSTep
class PstepCls[source]

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

get(mobileStation=MobileStation.Default) float[source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:PSTep
value: float = driver.source.bb.c2K.mstation.tpc.pstep.get(mobileStation = repcap.MobileStation.Default)

The command defines the step width for the change of channel powers in the case of ‘mis-’ use of the power control bits.

param mobileStation

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

return

pstep: float Range: -10 to 10 dB

set(pstep: float, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:PSTep
driver.source.bb.c2K.mstation.tpc.pstep.set(pstep = 1.0, mobileStation = repcap.MobileStation.Default)

The command defines the step width for the change of channel powers in the case of ‘mis-’ use of the power control bits.

param pstep

float Range: -10 to 10 dB

param mobileStation

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