Touch

SCPI Commands

SYSTem:TOUCh:STATe
class TouchCls[source]

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

get_state() bool[source]
# SCPI: SYSTem:TOUCh[:STATe]
value: bool = driver.system.touch.get_state()

Enables or disables touch interface beep.

return

arg_0: No help available

set_state(arg_0: bool) None[source]
# SCPI: SYSTem:TOUCh[:STATe]
driver.system.touch.set_state(arg_0 = False)

Enables or disables touch interface beep.

param arg_0
  • 1: Touch interface beep is activated.

  • 0: Touch interface beep is deactivated.