Pstep
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:TPC:PSTep
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
pstep: float Range: -10 to 10 dB
- set(pstep: float, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
pstep – float Range: -10 to 10 dB
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)