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:
parent
b179430f6b
commit
e95b66f114
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user