Using a time interval to reassess a condition #995
Unanswered
Johntron1219
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hey, There are a few ways to do this depending on the exact logic you are looking for. If i understood correctly you might just need to use a hope it helps |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
I was wondering if anyone has experience or ideas for conditional circuits using Bonsai. Here's what I am trying to do:
An event is recorded in a CSV if 2 conditions are met:
Now, I've gotten the function to work, except in one semi-common instance. What keeps happening is that color A will be present in the region for a split-second, and then disappear, while Color B is present in its own region. What I need to do is basically ask: is Color A present? Ok, then is color B present? (wait half a second) Is color A present still, or was the overlap a fluke?
Does anyone have any ideas for a timed circuit I could build? Every time I try a timespan to reassess it won't take the arguments.
Thanks, and I hope this makes sense :)!
John
Beta Was this translation helpful? Give feedback.
All reactions