mirror of https://github.com/m-labs/artiq.git
test/PulseRateDDS: run more iterations
This commit is contained in:
parent
2086e46598
commit
385e8d98fc
|
@ -120,7 +120,7 @@ class PulseRateDDS(EnvExperiment):
|
|||
dt = seconds_to_mu(5*us)
|
||||
while True:
|
||||
delay(10*ms)
|
||||
for i in range(100):
|
||||
for i in range(1250):
|
||||
try:
|
||||
with self.core_dds.batch:
|
||||
self.dds0.set(100*MHz)
|
||||
|
|
Loading…
Reference in New Issue