touchscreen

The touchscreen commands module.

These commands are used in the following models: LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B

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

Please report an issue if one is found.

Commands and Queries
- TOUCHSCReen:CALibrate STARt
- TOUCHSCReen:STATe {0|1|OFF|ON}
- 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
  • .calibrate: The TOUCHSCReen:CALibrate command.
  • .state: The TOUCHSCReen:STATe command.

calibrate property

Return the TOUCHSCReen:CALibrate command.

Description
  • This command launches the touch screen calibration procedure. This command is equivalent to tapping the Calibrate touch screen control in the Utility->Self Test menu.
Usage
  • Using the .write(value) method will send the TOUCHSCReen:CALibrate value command.
SCPI Syntax
- TOUCHSCReen:CALibrate STARt
Info
  • STARt launches the touch screen calibration procedure.

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 {0|1|OFF|ON}
- TOUCHSCReen:STATe?
Info
  • 0 disables the touch screen.
  • ON enables the touch screen.
  • OFF disables the touch screen.

TouchscreenCalibrate

Bases: SCPICmdWrite

The TOUCHSCReen:CALibrate command.

Description
  • This command launches the touch screen calibration procedure. This command is equivalent to tapping the Calibrate touch screen control in the Utility->Self Test menu.
Usage
  • Using the .write(value) method will send the TOUCHSCReen:CALibrate value command.
SCPI Syntax
- TOUCHSCReen:CALibrate STARt
Info
  • STARt launches the touch screen calibration procedure.

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 {0|1|OFF|ON}
- TOUCHSCReen:STATe?
Info
  • 0 disables the touch screen.
  • ON enables the touch screen.
  • OFF disables the touch screen.