bluesky / ophyd-async

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

Make a test that creates an NTNDArray using p4p #645

Open coretl opened 1 week ago

coretl commented 1 week ago

At the moment we use QSRV to do testing for PVA, but that can't do tagged unions. We should specifically test Signal[np.ndarray] using a p4p server with a StaticProvider, with a single SharedPV of type NTNDArray

Acceptance Criteria