This commit is contained in:
2025-09-11 17:11:55 +02:00
parent a9a9b2e58f
commit 2479bb367d
+1
View File
@@ -608,6 +608,7 @@ class Timepix(PSIDeviceBase, TimePixControl):
def on_destroy(self):
"""Cleanup method to stop the device and clean up resources."""
self.cam.acquire.put(0)
self.backend.on_stop()
self.backend.on_destroy()