touchscreen

The touchscreen commands module.

These commands are used in the following models: MSO2

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- TOUCHSCReen:STATe {ON|OFF|1|0}
- TOUCHSCReen:STATe?

Touchscreen

Bases: SCPICmdRead

The TOUCHSCReen command tree.

Usage
  • Using the .query() method will send the TOUCHSCReen? query.
  • Using the .verify(value) method will send the TOUCHSCReen? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The TOUCHSCReen:STATe command.

state property

Return the TOUCHSCReen:STATe command.

Description
  • This sets or queries the enabled state of the touch screen only. This command is equivalent to pushing the Touch Off button on the front panel. To completely disable front panel operation, use the command LOCK ALL. To re-enable the front panel, send the command LOCK NONE.
Usage
  • Using the .query() method will send the TOUCHSCReen:STATe? query.
  • Using the .verify(value) method will send the TOUCHSCReen:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TOUCHSCReen:STATe value command.
SCPI Syntax
- TOUCHSCReen:STATe {ON|OFF|1|0}
- TOUCHSCReen:STATe?
Info
  • 0 disables the touch screen.
  • ON enables the touch screen.
  • OFF disables the touch screen.

TouchscreenState

Bases: SCPICmdWrite, SCPICmdRead

The TOUCHSCReen:STATe command.

Description
  • This sets or queries the enabled state of the touch screen only. This command is equivalent to pushing the Touch Off button on the front panel. To completely disable front panel operation, use the command LOCK ALL. To re-enable the front panel, send the command LOCK NONE.
Usage
  • Using the .query() method will send the TOUCHSCReen:STATe? query.
  • Using the .verify(value) method will send the TOUCHSCReen:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TOUCHSCReen:STATe value command.
SCPI Syntax
- TOUCHSCReen:STATe {ON|OFF|1|0}
- TOUCHSCReen:STATe?
Info
  • 0 disables the touch screen.
  • ON enables the touch screen.
  • OFF disables the touch screen.