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
I'm wondering why Rhs2116StimulusTrigger takes "double" instead of "bool" as the type of its input observable.
For reference, Headstage64ElectricalStimulatorTrigger and Headstage64OpticalStimulatorTrigger do take "bool" as their input observable type. I prefer how the hs64 does it because the graph for triggering in the example workflow can be more simple.
The text was updated successfully, but these errors were encountered:
I'm wondering why
Rhs2116StimulusTrigger
takes "double" instead of "bool" as the type of its input observable.For reference,
Headstage64ElectricalStimulatorTrigger
andHeadstage64OpticalStimulatorTrigger
do take "bool" as their input observable type. I prefer how the hs64 does it because the graph for triggering in the example workflow can be more simple.The text was updated successfully, but these errors were encountered: