State
SCPI Command :
SYSTem:DISPlay:FPANel[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# SYSTem:DISPlay:FPANel[:STATe] value: bool = driver.system.display.fpanel.state.get()
This command includes or excludes the front panel keys when working with the remote desktop.
- Returns:
state: ON | OFF | 0 | 1
- set(state: bool) None[source]
# SYSTem:DISPlay:FPANel[:STATe] driver.system.display.fpanel.state.set(state = False)
This command includes or excludes the front panel keys when working with the remote desktop.
- Parameters:
state – ON | OFF | 0 | 1