Display
SCPI Command :
SYSTem:ERRor:DISPlay
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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.
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool) None[source]
# 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.
- Parameters:
state – ON | OFF | 1 | 0