--
You received this message because you are subscribed to the Google Groups "ACQ4" group.
To unsubscribe from this group and stop receiving emails from it, send an email to acq4+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/acq4/be622196-78bd-4168-874c-3094d1db8595%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hullo Oli,As a start, I would have a look at the multiclamp test script: https://github.com/acq4/acq4/blob/develop/acq4/drivers/MultiClamp/test.pyThat demonstrates how to list the available devices and read parameters from them one at a time. After that, look at the methods available in the MultiClampChannel class: https://github.com/acq4/acq4/blob/develop/acq4/drivers/MultiClamp/multiclamp.py#L63; you're probably interested in setParams, setMode, and setSignal.Have fun!Luke
On Wed, Jun 5, 2019 at 3:38 PM 'Oli Steele' via ACQ4 <ac...@googlegroups.com> wrote:
Hi Luke,
Hope you’re well. We’re interesting in getting and/or setting properties within MultiClamp 700B such as the primary signal gain etc., from a Python command line. I can see that ACQ4 does this quite successfully, but can’t quite figure out how it’s done or how to do it myself. Are you able to provide any tips on this?
Thanks in advance, look forward to hearing from you.
Cheers,
Oli
--
You received this message because you are subscribed to the Google Groups "ACQ4" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ac...@googlegroups.com.