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