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 theTOUCHSCReen?query. - Using the
.verify(value)method will send theTOUCHSCReen?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheTOUCHSCReen:STATecommand.
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
0disables the touch screen.ONenables the touch screen.OFFdisables 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 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
0disables the touch screen.ONenables the touch screen.OFFdisables the touch screen.