bluesky.plan_stubs.rel_set#
- bluesky.plan_stubs.rel_set(obj, *args, group=None, wait=False, **kwargs)[source]#
Set a value relative to current value. Optionally, wait before continuing.
- Parameters:
- objDevice
- groupstring (or any hashable object), optional
identifier used by ‘wait’; None by default
- waitboolean, optional
If True, wait for completion before processing any more messages. False by default.
- args
passed to obj.set()
- kwargs
passed to obj.set()
- Yields:
- msgMsg