bluesky.plan_stubs.open_run#
- bluesky.plan_stubs.open_run(md: dict[str, Any] | None = None) Generator[Msg, Any, str] [source]#
Mark the beginning of a new ‘run’. Emit a RunStart document.
- Parameters:
- mddict, optional
metadata
- Returns:
- uuid
Unique ID for the run
- Yields:
- msgMsg
Msg('open_run', **md)
See also
bluesky.plans_stubs.close_run()