ophyd.flyers.FlyerInterface.collect¶
- FlyerInterface.collect() → Generator[Dict, None, None]¶
Retrieve data from the flyer as proto-events
The events can be from a mixture of event streams, it is the responsibility of the consumer (ei the RunEngine) to sort them out.
- Yields
- event_datadict
Must have the keys {‘time’, ‘timestamps’, ‘data’}.