bluesky / ophyd-async

Hardware abstraction for bluesky written using asyncio
https://blueskyproject.io/ophyd-async
BSD 3-Clause "New" or "Revised" License
7 stars 21 forks source link

Add frame_timeout to trigger info #348

Closed abbiemery closed 1 month ago

abbiemery commented 1 month ago

This adds the frame_timeout to TriggerInfo so that it can be passed in via prepare for flyscans. For stepscans a default set of TriggerInfo values are provided.

I can't tell if this has made the tests longer or they already have got long.

Fixes #327 .

callumforrester commented 1 month ago

This looks correct, thanks! Will take a look at adding that test https://github.com/bluesky/ophyd-async/pull/344#issuecomment-2140797344