mirror of https://github.com/m-labs/artiq.git
tdr.py: typo (#1220)
This commit is contained in:
parent
c894fe028c
commit
f301ad814d
|
@ -44,7 +44,7 @@ class TDR(EnvExperiment):
|
||||||
try:
|
try:
|
||||||
self.many(n, self.core.seconds_to_mu(pulse))
|
self.many(n, self.core.seconds_to_mu(pulse))
|
||||||
except PulseNotReceivedError:
|
except PulseNotReceivedError:
|
||||||
print("to few edges: cable too long or wiring bad")
|
print("too few edges: cable too long or wiring bad")
|
||||||
else:
|
else:
|
||||||
print(self.t)
|
print(self.t)
|
||||||
t_rise = mu_to_seconds(self.t[0], self.core)/n - latency
|
t_rise = mu_to_seconds(self.t[0], self.core)/n - latency
|
||||||
|
|
Loading…
Reference in New Issue