ophyd.flyers.FlyerInterface.collect

FlyerInterface.collect() → typing.Generator[[typing.Dict, NoneType], NoneType]

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_data : dict

Must have the keys {‘time’, ‘timestamps’, ‘data’}.