Skip to content
Snippets Groups Projects
Commit c85f63b8 authored by Andrea Parenti's avatar Andrea Parenti Committed by Jonathan Correa Magdalena
Browse files

Add some sleep time between acquisitions

parent d8b84cb4
2 merge requests!2Draft: Feat/p8003,!1First version
Pipeline #163304 passed
......@@ -280,7 +280,7 @@ class Tempus(Device):
"mytpx4.external_t0_sync(delay=False, "
f"t0_time={self.t0Time.value})")
sleep_time_s = self.shutterTime.value / 1000
sleep_time_s = self.shutterTime.value / 1000 + 0.5
for i in range(self.nAcquisitions.value):
self.status = f"Acquisition #{i}"
await self.send_command(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment