Direction

SCPI Command :

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

The command selects the Dynamic Power Control direction. The selected mode determines if the channel power is increased (UP) or decreased (DOWN) by a control signal with high level.

Parameters:

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

Returns:

direction: UP | DOWN

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

The command selects the Dynamic Power Control direction. The selected mode determines if the channel power is increased (UP) or decreased (DOWN) by a control signal with high level.

Parameters:
  • direction – UP | DOWN

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