daq: add blower on command to every mount event

This commit is contained in:
2026-05-29 10:07:53 +02:00
parent 95e3ecbcea
commit 2715f4694e
+1
View File
@@ -838,6 +838,7 @@ class AareDAQ:
if sample is not None and sample.db_id is not None:
self.__aare.send_sample_event(sample.db_id, SampleEventType.MOUNTING)
self.__devs.tell.blower_on()
mounting_result: MountingResult = self._create_mounting_service().execute(target=sample)
if not mounting_result.success: