Update
SCPI Command :
SYSTem:DISPlay:UPDate
- class UpdateCls[source]
Update commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: 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.
- param state
ON | OFF | 1 | 0