Skip to content

Commit 6b8d55d

Browse files
committed
example
1 parent 5a6c87a commit 6b8d55d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scan/commands/set.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Set(Command):
2727
2828
Example:
2929
>>> cmd = Set('position', 10.5)
30+
>>> cmd = Set('setpoint', 10.5, completion=True, timeout=30.0, readback='other_pv', tolerance=0.20)
3031
3132
*Note usage of timeout:*
3233
When the command awaits completion, the timeout is applied to the completion check,

0 commit comments

Comments
 (0)