Oscilloscope measurement data download using Python API

Moku model: moku:Go
Operating system: Windows 10
Software version: 3.11

Bug or support request description: Can I download the Oscilloscope measurements (such as frequency, peak to peak, A-B, etc) using Python API? Thanks

Hi Steven,

I am sorry that we current don’t have the supports for the MATH channel and measurements downloads using API because these measurements are done using client software instead of the Moku hardware device. However, we can easily get the measurements you mentioned above using Python Numpy package. For example, finding minimum and maximum:

https://numpy.org/doc/stable/reference/generated/numpy.max.html
https://numpy.org/doc/stable/reference/generated/numpy.min.html

and using FFT to find the peak frequency:

https://numpy.org/doc/stable/reference/generated/numpy.fft.fftfreq.html

One of our engineers is currently working on the Python measurements examples. I will follow up with him as soon as I can.

Thank you very much for your patience and understanding!

Best regards,
Hank