Is there a simple way to totally disable further data collection on a VoltageInput device?
I used voltageInput0.setOnVoltageChangeHandler(onVoltageChange) to set the handler, and then set the data rate, but at some point I want to turn off the data collection.
I will try setting the VoltageChangeHandler to a dummy function, but this seems a bit crude. Is there a way to just say: stop all collection, no matter what? Or do I just have to close it?
thanks,
John