State

SCPI Command :

DISPlay:TOUChscreen[:STATe]
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.TouchscreenState[source]
# SCPI: DISPlay:TOUChscreen[:STATe]
value: enums.TouchscreenState = driver.display.touchscreen.state.get()

This command controls the touch screen functionality.

return

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: RsFsw.enums.TouchscreenState) None[source]
# SCPI: DISPlay:TOUChscreen[:STATe]
driver.display.touchscreen.state.set(state = enums.TouchscreenState.FRAMe)

This command controls the touch screen functionality.

param 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.