From e95b66f114026593ad990b81f26f8d5a0e4ddb3d Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 28 Jul 2015 16:14:26 -0600 Subject: [PATCH] ttl: remove spurious _mu --- artiq/coredevice/ttl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/ttl.py b/artiq/coredevice/ttl.py index 644e55ff6..078dc4bb2 100644 --- a/artiq/coredevice/ttl.py +++ b/artiq/coredevice/ttl.py @@ -177,7 +177,7 @@ class TTLInOut: self._set_sensitivity(0) @kernel - def gate_both_mu(self, duration): + def gate_both(self, duration): """Register both rising and falling edge events for the specified duration (in seconds).""" self._set_sensitivity(3)