Display

SCPI Command :

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

Enables the continuous display update on the connected secondary oscilloscope when acquisition is controlled on the leading oscilloscope. The display update allows for visual comparison of the waveforms on both displays.

Parameters:

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

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

Enables the continuous display update on the connected secondary oscilloscope when acquisition is controlled on the leading oscilloscope. The display update allows for visual comparison of the waveforms on both displays.

Parameters:
  • rem_dev_disp_upd – OFF | ON

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