You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gate_both(self, duration) method, or _set_sensitivity(3) configuration for a TTLInOut object returns timestamps at which a rising or falling edge has been detected. However, is there any way to determine if the edge was a rise or fall, such as a tag which gets sent with the timestamp?
The text was updated successfully, but these errors were encountered:
My current approach is also to use the initial value. However, how would I get this initial value; is there a TTLInOut method which would allow me to query the current input state of the channel? desired functionality is at issue vontell/artiq-control#7
The
gate_both(self, duration)
method, or_set_sensitivity(3)
configuration for a TTLInOut object returns timestamps at which a rising or falling edge has been detected. However, is there any way to determine if the edge was a rise or fall, such as a tag which gets sent with the timestamp?The text was updated successfully, but these errors were encountered: