State

SCPI Command :

CHANnel<*>:EFRontend:CONNection:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# CHANnel<*>:EFRontend:CONNection:STATe
value: bool = driver.channel.efrontend.connection.state.get(channel = repcap.Channel.Default)

Switches the connection of the indicated frontend on or off.

Parameters:

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

set(enable: bool, channel=Channel.Default) None[source]
# CHANnel<*>:EFRontend:CONNection:STATe
driver.channel.efrontend.connection.state.set(enable = False, channel = repcap.Channel.Default)

Switches the connection of the indicated frontend on or off.

Parameters:
  • enable – OFF | ON

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