forked from M-Labs/artiq
ttl: remove spurious _mu
This commit is contained in:
parent
b179430f6b
commit
e95b66f114
|
@ -177,7 +177,7 @@ class TTLInOut:
|
||||||
self._set_sensitivity(0)
|
self._set_sensitivity(0)
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def gate_both_mu(self, duration):
|
def gate_both(self, duration):
|
||||||
"""Register both rising and falling edge events for the specified
|
"""Register both rising and falling edge events for the specified
|
||||||
duration (in seconds)."""
|
duration (in seconds)."""
|
||||||
self._set_sensitivity(3)
|
self._set_sensitivity(3)
|
||||||
|
|
Loading…
Reference in New Issue