diff --git a/artiq/examples/master/repository/coredevice_examples/photon_histogram.py b/artiq/examples/master/repository/coredevice_examples/photon_histogram.py index 6c9f21fa2..241f2c852 100644 --- a/artiq/examples/master/repository/coredevice_examples/photon_histogram.py +++ b/artiq/examples/master/repository/coredevice_examples/photon_histogram.py @@ -54,6 +54,7 @@ class PhotonHistogram(EnvExperiment): total = 0 for i in range(self.repeats): + delay(0.5*ms) n = self.cool_detect() if n >= self.nbins: n = self.nbins - 1