We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6359512 commit f9423d6Copy full SHA for f9423d6
src/ophyd_async/fastcs/eiger/_eiger_controller.py
@@ -56,7 +56,7 @@ async def prepare(self, trigger_info: TriggerInfo):
56
57
async def arm(self):
58
# TODO: Detector state should be an enum see https://github.com/DiamondLightSource/eiger-fastcs/issues/43
59
- self._arm_status = set_and_wait_for_other_value(
+ self._arm_status = await set_and_wait_for_other_value(
60
self._drv.arm,
61
1,
62
self._drv.state,
0 commit comments