DiamondLightSource/dodal
在 GitHub 查看Update `focusing_mirror` to use `set_and_wait_for_other_value`
Open
#1,016 创建于 2025年1月24日
good first issue
仓库指标
- Star
- (4 star)
- PR 合并指标
- (PR 指标待抓取)
描述
focusing_mirror has some code in the set to avoid a race condition. We should be able to use set_and_wait_for_other_value to do this (see https://github.com/bluesky/ophyd-async/issues/453) for this instead.
Acceptance Criteria
focusing_mirroruses inbuilt code inophyd_asyncto avoid race conditions