Replies: 1 comment 3 replies
-
|
Hi @soyyso, here is one way to do it! First initialize a
For each time that you trigger a
Then, you can use a
Uploaded the toy example here: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment







Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m planning an optogenetics experiment. I’ve already built the nodes to output pulses, but after switching to a Harp node, I can no longer see the graph when I use Show Visualizer.
I’d like to have a real-time time axis running, and have each pulse stimulation appear on the graph as it happens. Has anyone implemented something like this in Bonsai, or does anyone have suggestions for how to achieve it?
Thank you.
First screenshot: When I press KeyDown, the stimulation is triggered and the timestamp and Train timestamp are written to a CSV. Pressing the other KeyDown again immediately stops the stimulation.
Second screenshot: This is the node setup used to generate/output the pulse.
Beta Was this translation helpful? Give feedback.
All reactions