Display

SCPI Command:

SYSTem:DISPlay:UPDate
class DisplayCls[source]

Display commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_update() bool[source]
# SCPI: SYSTem:DISPlay:UPDate
value: bool = driver.system.display.get_update()

Defines whether the display is updated or not while the instrument is in the remote state. Disabling the update speeds up testing and is the recommended state. See also ‘Using the display during remote control’.

return:

display_update: No help available

set_update(display_update: bool) None[source]
# SCPI: SYSTem:DISPlay:UPDate
driver.system.display.set_update(display_update = False)

Defines whether the display is updated or not while the instrument is in the remote state. Disabling the update speeds up testing and is the recommended state. See also ‘Using the display during remote control’.

param display_update:

1 | 0 1: The display is shown and updated during remote control. 0: The display shows static image during remote control.