DiamondLightSource/dodal

Update `focusing_mirror` to use `set_and_wait_for_other_value`

Open

#1.016 geöffnet am 24. Jan. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (12 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (4 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide