forked from M-Labs/artiq
test/PulseRateDDS: run more iterations
This commit is contained in:
parent
05317a9259
commit
0173031487
|
@ -116,7 +116,7 @@ class PulseRateDDS(EnvExperiment):
|
||||||
dt = seconds_to_mu(150*us)
|
dt = seconds_to_mu(150*us)
|
||||||
while True:
|
while True:
|
||||||
delay(10*ms)
|
delay(10*ms)
|
||||||
for i in range(100):
|
for i in range(1250):
|
||||||
try:
|
try:
|
||||||
with self.core_dds.batch:
|
with self.core_dds.batch:
|
||||||
self.dds0.set(100*MHz)
|
self.dds0.set(100*MHz)
|
||||||
|
|
Loading…
Reference in New Issue