w
All checks were successful
CI for superxas_bec / test (push) Successful in 35s
CI for superxas_bec / test (pull_request) Successful in 32s

This commit is contained in:
2025-11-30 16:43:15 +01:00
parent 436543cfb5
commit 6a9e522e45

View File

@@ -573,7 +573,7 @@ class Timepix(PSIDeviceBase, TimePixControl):
self.hdf.enable.set(1).wait(5) # Enable HDF5 plugin
self.hdf.file_path.set(file_path).wait(5)
self.hdf.file_name.set(file_name).wait(5)
self.hdf.num_capture.set(self.n_images).wait(5)
self.hdf.num_capture.set(num_images).wait(5)
self.file_event.put(
file_path=self._full_path,
done=False,