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 think it would be beneficial to have a Finally() operator that turns the port voltage off when acquisition stops. My understanding is that all Actions and Functions gathered by Configure<thing>.cs nodes are executed by context.Configure() at line 23 of StartAcquisition:
I think this sequence would need to have a Finally() appended to it, and Configure<thing>.cs nodes should have the ability to register a FinalizeLink Action that is executed in the Finally() operator appended to the StartAcqusition's observable sequence.
I think it would be beneficial to have a
Finally()
operator that turns the port voltage off when acquisition stops. My understanding is that all Actions and Functions gathered byConfigure<thing>.cs
nodes are executed bycontext.Configure()
at line 23 ofStartAcquisition
:https://github.com/neurogears/onix-refactor/blob/69c0d3546fb9eae5565a370fb7cfe9b182c06475/OpenEphys.Onix/OpenEphys.Onix/StartAcquisition.cs#L23
I think this sequence would need to have a Finally() appended to it, and
Configure<thing>.cs
nodes should have the ability to register aFinalizeLink
Action that is executed in theFinally()
operator appended to theStartAcqusition
's observable sequence.Originally posted by @jonnew in #46 (comment)
The text was updated successfully, but these errors were encountered: