Update
SCPI Command :
SYSTem:DISPlay:UPDate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:DISPlay:UPDate value: bool = driver.system.display.update.get()
This command turns the display during remote operation on and off. If on, the FSW updates the diagrams, traces and display fields only. The best performance is obtained if the display is off during remote control operation.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# SYSTem:DISPlay:UPDate driver.system.display.update.set(state = False)
This command turns the display during remote operation on and off. If on, the FSW updates the diagrams, traces and display fields only. The best performance is obtained if the display is off during remote control operation.
- Parameters:
state – ON | OFF | 1 | 0