Down

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:RANGe:DOWN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:RANGe:DOWN
value: float = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.dpControl.range.down.get(channelNull = repcap.ChannelNull.Default)

The command selects the dynamic range for ranging down the channel power.

Parameters:

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

Returns:

down: float Range: 0 to 60, Unit: dB

set(down: float, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:RANGe:DOWN
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.dpControl.range.down.set(down = 1.0, channelNull = repcap.ChannelNull.Default)

The command selects the dynamic range for ranging down the channel power.

Parameters:
  • down – float Range: 0 to 60, Unit: dB

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