mirror of https://github.com/m-labs/artiq.git
shuttler: use scheduler
This commit is contained in:
parent
24c3a2fd0a
commit
d96dc11b25
|
@ -101,8 +101,7 @@ class Shuttler(EnvExperiment):
|
||||||
|
|
||||||
print_rpc("Example Waveforms are on OUT0 and OUT1")
|
print_rpc("Example Waveforms are on OUT0 and OUT1")
|
||||||
self.core.break_realtime()
|
self.core.break_realtime()
|
||||||
#while not(self.scheduler.check_termination()):
|
while not(self.scheduler.check_termination()):
|
||||||
while True:
|
|
||||||
self.core.delay(1.*s)
|
self.core.delay(1.*s)
|
||||||
self.example_waveform()
|
self.example_waveform()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue