bluesky.plan_stubs.broadcast_msg#
- bluesky.plan_stubs.broadcast_msg(command: str, objs: Iterable[Any], *args, **kwargs) Generator[Msg, Any, Any] [source]#
Generate many copies of a message, applying it to a list of devices.
- Parameters:
- commandstring
- objsiterable
- ``*args``
args for message
- ``**kwargs``
kwargs for message
- Returns:
- anyout from RunEngine, if any
- Yields:
- msgMsg