bluesky.plan_stubs.trigger_and_read#
- bluesky.plan_stubs.trigger_and_read(devices, name='primary')[source]#
Trigger and read a list of detectors and bundle readings into one Event.
- Parameters:
- devicesiterable
devices to trigger (if they have a trigger method) and then read
- namestring, optional
event stream name, a convenient human-friendly identifier; default name is ‘primary’
- Yields:
- msgMsg
messages to ‘trigger’, ‘wait’ and ‘read’