Hi there
I am using Saleae Logic 8 with Automation Python API to capture one Analog Channel for 200ms and I was wondering if I can directly use the capture inside python, for example as a numpy array (e.g. time/voltage columns). At the moment I am storing the capture to a .csv-file and then reading it back from disk, which is pretty tedious.
Thank you for your help
Unfortunately, the current API has limited support for analog data, so your workaround (save as CSV and read back) or save & read back as binary (might be more time/space efficient) are probably the best solutions for now.
If interested in binary export format, then see: