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

Allow SoftSignals metadata (units, limits etc.) #356

Closed DiamondJoseph closed 3 weeks ago

DiamondJoseph commented 1 month ago

SoftSignals are being used to propagate metadata about devices, such as the dodal Undulator length. length requires a unit (metres/m). Other soft signals may require limits. These would (after #137, #146, #148) propagate into documents.

DiamondJoseph commented 3 weeks ago

Closed by #363