Enable

SCPI Command :

SYNChronize:DEVice<*>[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(device=Device.Default) bool[source]
# SYNChronize:DEVice<*>[:ENABle]
value: bool = driver.synchronize.device.enable.get(device = repcap.Device.Default)

Adds or removes an oscilloscope to the scope list.

Parameters:

device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)

Returns:

state: OFF | ON

set(state: bool, device=Device.Default) None[source]
# SYNChronize:DEVice<*>[:ENABle]
driver.synchronize.device.enable.set(state = False, device = repcap.Device.Default)

Adds or removes an oscilloscope to the scope list.

Parameters:
  • state – OFF | ON

  • device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)