This commit is contained in:
2025-09-03 16:20:26 +02:00
parent e52db0b394
commit 1fa3c6d108

View File

@@ -181,7 +181,7 @@ class Pilatus(PSIDeviceBase, ADBase):
self.cam.trigger_mode.set(TRIGGERMODE.MULT_TRIGGER.value).wait(5)
self.hdf.file_write_mode.set(FILEWRITEMODE.STREAM.value).wait(5)
self.hdf.file_template.set("%s%s.h5").wait(5)
self.hdf.file_template.set("%s%s").wait(5)
self.hdf.auto_save.set(1).wait(5)
self.hdf.lazy_open.set(1).wait(5)
self.hdf.compression.set(COMPRESSIONALGORITHM.NONE.value).wait(5) # To test which to use