Skip to content

Commit 4c62274

Browse files
committed
Add command to clear busy flag
1 parent 7708afc commit 4c62274

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/fastcs_jungfrau/jungfrau_controller.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,3 +383,7 @@ async def acquisition_stop(self) -> None:
383383
# command, clear the acquiring flag in shared
384384
# memory ready for starting the next acquisition
385385
self.detector.clearbusy()
386+
387+
@command(group=ACQUISITION)
388+
async def clear_busy_flag(self) -> None:
389+
self.detector.clearbusy()

0 commit comments

Comments
 (0)