bluesky.plan_stubs.monitor¶
-
bluesky.plan_stubs.
monitor
(obj, *, name=None, **kwargs)[source]¶ Asynchronously monitor for new values and emit Event documents.
- Parameters
- objSignal
- args :
passed through to
obj.subscribe()
- namestring, optional
name of event stream; default is None
- kwargs :
passed through to
obj.subscribe()
- Yields
- msgMsg
Msg('monitor', obj, *args, **kwargs)
See also