forked from M-Labs/artiq
1
0
Fork 0

transport: drop a parallel usage

This commit is contained in:
Robert Jördens 2016-02-17 14:35:02 +01:00
parent 65824fc7f4
commit d162b2cc04
1 changed files with 1 additions and 3 deletions

View File

@ -60,10 +60,8 @@ class Transport(EnvExperiment):
@kernel
def detect(self):
with parallel:
self.bd_sw.pulse(100*us)
self.pmt.gate_rising(100*us)
self.bd_sw.on()
self.pmt.gate_rising(100*us)
return self.pmt.count()
@kernel