We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6c87a commit 6b8d55dCopy full SHA for 6b8d55d
1 file changed
scan/commands/set.py
@@ -27,6 +27,7 @@ class Set(Command):
27
28
Example:
29
>>> cmd = Set('position', 10.5)
30
+ >>> cmd = Set('setpoint', 10.5, completion=True, timeout=30.0, readback='other_pv', tolerance=0.20)
31
32
*Note usage of timeout:*
33
When the command awaits completion, the timeout is applied to the completion check,
0 commit comments