I'm really happy to see a open source acquisition software in python and I'm trying to test it with a multiclamp 700B and a NI-DAQ. Everything works fine in the task runner, but I have some problem configuring the patch module. I don't manage set the acquisition rate properly and I get NIDAQErrors. If I change the default rate in the source (L43 of PatchWindow.py) from 400000 to a more reasonable 50000, it fixes my problem. It also works fine if I start the Patch Module and then open the console to change the rate manually (man.getModule("Patch 1").ui.params["rate"] = 50000)
but adding the option on the configuration file doesn't seem to work (I've copied my devices.cfg below). There is no warning or error but the rate is not changed. Should I move the option elsewhere?
To unsubscribe from this group and stop receiving emails from it, send an email to ac...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to ac...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/acq4/c761480c-806b-455c-aee9-f3f4b02be45f%40googlegroups.com.