State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DPControl:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) bool [source]
# SCPI: [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.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
state: 1| ON| 0| OFF
- set(state: bool, channelNull=ChannelNull.Default) None [source]
# SCPI: [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.
- param state
1| ON| 0| OFF
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)