lock
¶
The lock commands module.
These commands are used in the following models: MDO3
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- LOCk:ALL
- LOCk:FPanel {LOCKed|UNLOCKed}
- LOCk:FPanel?
- LOCk:MOUse {LOCKed|UNLOCKed}
- LOCk:MOUse?
- LOCk:NONe
- LOCk:TOUCHscreen {LOCKed|UNLOCKed}
- LOCk:TOUCHscreen?
Lock
¶
Bases: SCPICmdRead
The LOCk command tree.
Usage
- Using the
.query()method will send theLOCk?query. - Using the
.verify(value)method will send theLOCk?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.all: TheLOCk:ALLcommand..fpanel: TheLOCk:FPanelcommand..mouse: TheLOCk:MOUsecommand..none: TheLOCk:NONecommand..touchscreen: TheLOCk:TOUCHscreencommand.
all
property
¶
all: LockAll
Return the LOCk:ALL command.
Description
- This command disables the front panel, mouse, and touchscreen.
Usage
- Using the
.write()method will send theLOCk:ALLcommand.
SCPI Syntax
- LOCk:ALL
fpanel
property
¶
fpanel: LockFpanel
Return the LOCk:FPanel command.
Description
- This command enables or disables the front panel buttons and knobs.
Usage
- Using the
.query()method will send theLOCk:FPanel?query. - Using the
.verify(value)method will send theLOCk:FPanel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theLOCk:FPanel valuecommand.
SCPI Syntax
- LOCk:FPanel {LOCKed|UNLOCKed}
- LOCk:FPanel?
Info
LOCKeddisables the front panel.UNLOCKedenables the front panel.
mouse
property
¶
mouse: LockMouse
Return the LOCk:MOUse command.
Description
- This command enables or disables the mouse.
Usage
- Using the
.query()method will send theLOCk:MOUse?query. - Using the
.verify(value)method will send theLOCk:MOUse?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theLOCk:MOUse valuecommand.
SCPI Syntax
- LOCk:MOUse {LOCKed|UNLOCKed}
- LOCk:MOUse?
Info
LOCKeddisables the mouse.UNLOCKedenables the mouse.
none
property
¶
none: LockNone
Return the LOCk:NONe command.
Description
- This command enables the front panel, mouse, and touchscreen.
Usage
- Using the
.write()method will send theLOCk:NONecommand.
SCPI Syntax
- LOCk:NONe
touchscreen
property
¶
touchscreen: LockTouchscreen
Return the LOCk:TOUCHscreen command.
Description
- This command enables or disables the touchscreen.
Usage
- Using the
.query()method will send theLOCk:TOUCHscreen?query. - Using the
.verify(value)method will send theLOCk:TOUCHscreen?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theLOCk:TOUCHscreen valuecommand.
SCPI Syntax
- LOCk:TOUCHscreen {LOCKed|UNLOCKed}
- LOCk:TOUCHscreen?
Info
LOCKeddisables the touchscreen.UNLOCKedenables the touchscreen.
LockAll
¶
Bases: SCPICmdWriteNoArguments
The LOCk:ALL command.
Description
- This command disables the front panel, mouse, and touchscreen.
Usage
- Using the
.write()method will send theLOCk:ALLcommand.
SCPI Syntax
- LOCk:ALL
LockFpanel
¶
Bases: SCPICmdWrite, SCPICmdRead
The LOCk:FPanel command.
Description
- This command enables or disables the front panel buttons and knobs.
Usage
- Using the
.query()method will send theLOCk:FPanel?query. - Using the
.verify(value)method will send theLOCk:FPanel?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theLOCk:FPanel valuecommand.
SCPI Syntax
- LOCk:FPanel {LOCKed|UNLOCKed}
- LOCk:FPanel?
Info
LOCKeddisables the front panel.UNLOCKedenables the front panel.
LockMouse
¶
Bases: SCPICmdWrite, SCPICmdRead
The LOCk:MOUse command.
Description
- This command enables or disables the mouse.
Usage
- Using the
.query()method will send theLOCk:MOUse?query. - Using the
.verify(value)method will send theLOCk:MOUse?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theLOCk:MOUse valuecommand.
SCPI Syntax
- LOCk:MOUse {LOCKed|UNLOCKed}
- LOCk:MOUse?
Info
LOCKeddisables the mouse.UNLOCKedenables the mouse.
LockNone
¶
Bases: SCPICmdWriteNoArguments
The LOCk:NONe command.
Description
- This command enables the front panel, mouse, and touchscreen.
Usage
- Using the
.write()method will send theLOCk:NONecommand.
SCPI Syntax
- LOCk:NONe
LockTouchscreen
¶
Bases: SCPICmdWrite, SCPICmdRead
The LOCk:TOUCHscreen command.
Description
- This command enables or disables the touchscreen.
Usage
- Using the
.query()method will send theLOCk:TOUCHscreen?query. - Using the
.verify(value)method will send theLOCk:TOUCHscreen?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theLOCk:TOUCHscreen valuecommand.
SCPI Syntax
- LOCk:TOUCHscreen {LOCKed|UNLOCKed}
- LOCk:TOUCHscreen?
Info
LOCKeddisables the touchscreen.UNLOCKedenables the touchscreen.