DiamondLightSource/dodal

Update `focusing_mirror` to use `set_and_wait_for_other_value`

Open

#1,016 创建于 2025年1月24日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (12 fork)auto 404
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_mirror uses inbuilt code in ophyd_async to avoid race conditions

贡献者指南