Update

SCPI Commands :

DISPlay:UPDate:HOLD
DISPlay:UPDate:[STATe]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_hold() bool[source]
# DISPlay:UPDate:HOLD
value: bool = driver.display.update.get_hold()

No help available

get_state() bool[source]
# DISPlay:UPDate:[STATe]
value: bool = driver.display.update.get_state()

Activates the refresh mode of the display.

Returns:

update: 1 | ON | 0| OFF

set_hold(hold: bool) None[source]
# DISPlay:UPDate:HOLD
driver.display.update.set_hold(hold = False)

No help available

set_state(update: bool) None[source]
# DISPlay:UPDate:[STATe]
driver.display.update.set_state(update = False)

Activates the refresh mode of the display.

Parameters:

update – 1 | ON | 0| OFF