2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

ttl: remove spurious _mu

This commit is contained in:
Robert Jördens 2015-07-28 16:14:26 -06:00
parent b179430f6b
commit e95b66f114

View File

@ -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)