From f39b7b33e8d0e5fb67dd768556341f868042d8e7 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Sat, 17 Mar 2018 18:51:17 +0100 Subject: [PATCH] ad5360: whitespace [nfc] --- artiq/coredevice/ad5360.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/ad5360.py b/artiq/coredevice/ad5360.py index 4cfd43c18..3cff52d6c 100644 --- a/artiq/coredevice/ad5360.py +++ b/artiq/coredevice/ad5360.py @@ -182,7 +182,7 @@ class AD5360: t_10 = self.core.seconds_to_mu(1.5*us) # compensate all delays that will be applied delay_mu(-t_10-len(values)*( - self.bus.ref_period_mu+self.bus.xfer_duration_mu)) + self.bus.ref_period_mu + self.bus.xfer_duration_mu)) for i in range(len(values)): self.write_channel(i, values[i], op) delay_mu(t_10)