Pstep

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:PSTep
class PstepCls[source]

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

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:PSTep
value: float = driver.source.bb.w3Gpp.bstation.channel.dpcch.tpc.pstep.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command defines the step width for the change of channel powers in the case of ‘mis-’ use of the TPC field.

param baseStation

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

param channelNull

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

return

power_step: float Range: -10 to 10

set(power_step: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TPC:PSTep
driver.source.bb.w3Gpp.bstation.channel.dpcch.tpc.pstep.set(power_step = 1.0, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command defines the step width for the change of channel powers in the case of ‘mis-’ use of the TPC field.

param power_step

float Range: -10 to 10

param baseStation

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

param channelNull

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