bluesky.plans.trigger_and_read

bluesky.plans.trigger_and_read(devices, name='primary')

Trigger and read a list of detectors and bundle readings into one Event.

Parameters:
  • devices (iterable) – devices to trigger (if they have a trigger method) and then read
  • name (string, optional) – event stream name, a convenient human-friendly identifier; default name is ‘primary’
Yields:

msg (Msg) – messages to ‘trigger’, ‘wait’ and ‘read’