State
SCPI Command :
DISPlay:TOUChscreen[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() TouchscreenState[source]
# DISPlay:TOUChscreen[:STATe] value: enums.TouchscreenState = driver.display.touchscreen.state.get()
This command controls the touch screen functionality.
- Returns:
state: ON | FRAMe | OFF | TCOFf ON | 1 Touch screen is active for entire screen OFF | 0 Touch screen is inactive for entire screen FRAMe Touch screen is inactivate for the diagram area of the screen, but active for softkeys, toolbars and menus.
- set(state: TouchscreenState) None[source]
# DISPlay:TOUChscreen[:STATe] driver.display.touchscreen.state.set(state = enums.TouchscreenState.FRAMe)
This command controls the touch screen functionality.
- Parameters:
state – ON | FRAMe | OFF | TCOFf ON | 1 Touch screen is active for entire screen OFF | 0 Touch screen is inactive for entire screen FRAMe Touch screen is inactivate for the diagram area of the screen, but active for softkeys, toolbars and menus.