Direction
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:DIRection
- class DirectionCls[source]
Direction commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) RsSmw.enums.UpDownDirection [source]
# SCPI: [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.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
direction: UP| DOWN
- set(direction: RsSmw.enums.UpDownDirection, channelNull=ChannelNull.Default) None [source]
# SCPI: [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.
- param direction
UP| DOWN
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)