bonsai-rx / daqmx

Bonsai Library for interfacing with NI-DAQmx devices
https://bonsai-rx.org/daqmx
Other
1 stars 4 forks source link

Consider a way to set the state of an AnalogOutput to zero on cancellation #2

Open glopesdev opened 4 years ago

glopesdev commented 4 years ago

Currently the asynchronous cancellation of a ContinuousSamples task may leave the output channels in undefined states. Certain use cases would be simplified considerably by having the option to set the AnalogOutput channel to a zero or fixed value on dispose.