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

Move panda save load into plan stubs #352

Open evalott100 opened 1 month ago

evalott100 commented 1 month ago

The device save load is the only run-engine dependent thing outside of plan stubs. We should move it.

coretl commented 2 weeks ago

Please can we do this as part of the big refactor #383 rather than in a separate PR