mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
ad5360: whitespace [nfc]
This commit is contained in:
parent
2eadb08f8c
commit
f39b7b33e8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user