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

Check ophyd_async.core.SignalMetaData vs event model for NotRequired vs Optional fields #585

Closed coretl closed 4 days ago

coretl commented 2 months ago
          Do we not still need to set this equal to `None` if we want it in the dict with the same behaviour? If not it'd be `NotRequired` right?

_Originally posted by @evalott100 in https://github.com/bluesky/ophyd-async/pull/580#discussion_r1763241704_

coretl commented 4 days ago

Not needed now we use the event model dicts in ophyd-async