Pstep

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:PSTep
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:PSTep
value: float = driver.source.bb.w3Gpp.bstation.channel.fdpch.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.

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

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

Returns:

pstep: float Range: -10.0 dB to 10.0 dB

set(pstep: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:PSTep
driver.source.bb.w3Gpp.bstation.channel.fdpch.dpcch.tpc.pstep.set(pstep = 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.

Parameters:
  • pstep – float Range: -10.0 dB to 10.0 dB

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

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