bluesky / ophyd-async

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

added number_of_frames instead of iterations #581

Closed ZohebShaikh closed 1 month ago

ZohebShaikh commented 2 months ago

closes #575 This pull request introduces significant changes to the TriggerInfo class and related logic in the ophyd_async package to support multiple trigger counts. The main changes include renaming the number field to number_of_triggers, updating associated logic, and modifying tests to accommodate these changes.

Core changes:

Test updates: