bluesky.plans.abs_set

bluesky.plans.abs_set(obj, *args, *, group=None, wait=False, **kwargs)

Set a value. Optionally, wait for it to complete before continuing.

Parameters:
  • obj (Device) –
  • group (string (or any hashable object), optional) – identifier used by ‘wait’
  • wait (boolean, 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:

msg (Msg)

See also

bluesky.plans.rel_set bluesky.plans.wait