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 actively connected oscilloscope (scope 2) when acquisition is controlled on scope 1. The display update allows for visual comparison of the waveforms on both scopes.

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 actively connected oscilloscope (scope 2) when acquisition is controlled on scope 1. The display update allows for visual comparison of the waveforms on both scopes.

Parameters:
  • rem_dev_disp_upd – OFF | ON

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