Skip to content

Commit

Permalink
ad5360: t16 is a max
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Mar 4, 2016
1 parent eb2ec40 commit 18ccac7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions artiq/coredevice/ad5360.py
Original file line number Diff line number Diff line change
@@ -102,12 +102,10 @@ def set(self, values, op=_AD5360_CMD_DATA):
self.bus.write_period_mu +
self.bus.ref_period_mu) -
3*self.bus.ref_period_mu -
seconds_to_mu(1.5*us) -
seconds_to_mu(3*us))
seconds_to_mu(1.5*us))
for i in range(len(values)):
self.write_channel(i, values[i], op)
delay_mu(3*self.bus.ref_period_mu + # latency alignment ttl to spi
seconds_to_mu(1.5*us)) # t10 max busy low for one channel
self.load()
delay_mu(-2*self.bus.ref_period_mu + # load(), t13
seconds_to_mu(3*us)) # t16 dac response time
delay_mu(-2*self.bus.ref_period_mu) # load(), t13

0 comments on commit 18ccac7

Please sign in to comment.