State

SCPI Command :

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

The command activates/deactivates Dynamic Power Control.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

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

The command activates/deactivates Dynamic Power Control.

Parameters:
  • state – 1 | ON | 0| OFF

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