touchscreen
¶
The touchscreen commands module.
These commands are used in the following models: DPO7AX, 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 {ON|OFF|1|0}
- TOUCHSCReen:STATe?
Touchscreen
¶
Bases: SCPICmdRead
The TOUCHSCReen command tree.
Usage
- Using the
.query()method will send theTOUCHSCReen?query. - Using the
.verify(value)method will send theTOUCHSCReen?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.calibrate: TheTOUCHSCReen:CALibratecommand..state: TheTOUCHSCReen:STATecommand.
calibrate
property
¶
calibrate: TouchscreenCalibrate
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 theTOUCHSCReen:CALibrate valuecommand.
SCPI Syntax
- TOUCHSCReen:CALibrate STARt
Info
STARtlaunches the touch screen calibration procedure.
state
property
¶
state: TouchscreenState
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 theTOUCHSCReen:STATe?query. - Using the
.verify(value)method will send theTOUCHSCReen:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTOUCHSCReen:STATe valuecommand.
SCPI Syntax
- TOUCHSCReen:STATe {ON|OFF|1|0}
- TOUCHSCReen:STATe?
Info
1enables the touch screen.0disables the touch screen.ONenables the touch screen.OFFdisables 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 theTOUCHSCReen:CALibrate valuecommand.
SCPI Syntax
- TOUCHSCReen:CALibrate STARt
Info
STARtlaunches 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 theTOUCHSCReen:STATe?query. - Using the
.verify(value)method will send theTOUCHSCReen:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTOUCHSCReen:STATe valuecommand.
SCPI Syntax
- TOUCHSCReen:STATe {ON|OFF|1|0}
- TOUCHSCReen:STATe?
Info
1enables the touch screen.0disables the touch screen.ONenables the touch screen.OFFdisables the touch screen.