Display
SCPI Command :
SYSTem:ERRor:DISPlay
- class DisplayCls[source]
Display commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: SYSTem:ERRor:DISPlay value: bool = driver.system.error.display.get()
This command switches the error display during remote operation on and off. If activated, the FSW displays a message box at the bottom of the screen that contains the most recent type of error and the command that caused the error.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: SYSTem:ERRor:DISPlay driver.system.error.display.set(state = False)
This command switches the error display during remote operation on and off. If activated, the FSW displays a message box at the bottom of the screen that contains the most recent type of error and the command that caused the error.
- param state
ON | OFF | 1 | 0