DiamondLightSource/dodal

Update `focusing_mirror` to use `set_and_wait_for_other_value`

Open

#1016 aperta il 24 gen 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (12 fork)auto 404
good first issue

Metriche repository

Star
 (4 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor