Update

SCPI Commands :

DISPlay:UPDate:HOLD
DISPlay:UPDate:[STATe]
class UpdateCls[source]

Update commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_hold() bool[source]
# SCPI: DISPlay:UPDate:HOLD
value: bool = driver.display.update.get_hold()

No command help available

return

hold: No help available

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

Activates the refresh mode of the display.

return

update: 1| ON| 0| OFF

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

No command help available

param hold

No help available

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

Activates the refresh mode of the display.

param update

1| ON| 0| OFF