tests: add tests for grashopper

This commit is contained in:
2023-12-24 16:42:42 +01:00
parent a67d6a2d5f
commit 2d4c5e8434
2 changed files with 226 additions and 1 deletions

View File

@@ -202,7 +202,6 @@ class GrashopperTOMCATSetup(CustomDetectorMixin):
self.parent.cam.image_mode.put(ImageMode.MULTIPLE)
self.parent.cam.acquire_time_auto.put(AutoMode.CONTINUOUS)
self.set_exposure_time(self.parent.scaninfo.exp_time)
self.parent.cam.image_mode.put(ImageMode.MULTIPLE)
self.parent.set_trigger(TriggerSource.SOFTWARE)
self.parent.cam.set_image_counter.put(0)
self.set_acquisition_params()