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

Only support the formalized pvi structure from PandA #373

Open coretl opened 3 weeks ago

coretl commented 3 weeks ago

At the moment a pvi structure has a pvi field which contains the PVs for that Device. This is unlike any of the other records with have a value field instead.

https://github.com/PandABlocks/PandABlocks-ioc/issues/120 will change all of this so that:

This means we can:

This will require PandA IOC to be updated in sync with this change, but this is fine as we are pre-1.0

coretl commented 3 weeks ago

To be done after June experiment