Hi, I am using a moku:go as a lock in amplifier and I want to plot a PSD of the output now that I have it tuned to compare it to another system. Right now the lock in amp can only get 1024 data points which which is insufficient for a good PSD. Currently _lockinamp._set_timebase() does not have a parameter for ‘max_length’, like the dedicated oscilloscope has. I modified _lockinamp.set_timebase() to expose that parameter and it seems to work without issue, and has allowed me to collect nice PSD plots. This would be a pretty simple software only change to the API that would extend the usability of the lock in amplifier’s oscilloscope output.
Thanks
-Jack