State
SCPI Command :
CHANnel<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:STATe value: bool = driver.channel.state.get(channel = repcap.Channel.Default)
Switches the channel signal on or off.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
state: OFF | ON
- set(state: bool, channel=Channel.Default) None[source]
# CHANnel<*>:STATe driver.channel.state.set(state = False, channel = repcap.Channel.Default)
Switches the channel signal on or off.
- Parameters:
state – OFF | ON
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)