Doug Mercer
Doug Mercer
Robin is right to point out the differences in averaging when using time waveform data and averaging in the frequency domain. In a spectrum analyzer the point by point averaging...
The amplitude went down because you don't have the triggering on. Each waveform buffer added to the average needs to be aligned in time to the same trigger point. I...
It’s been a very long time since I even opened the m2k code so I don’t even remember what state things were left in. The libm2k version never had a...
As I said in the response to #109 the script as written works as expected on Win 10 running from the Python 3.7 IDLE. So this might be (probably is?)...
I may have miss-communicated what I was asking for. What I was asking about is continuous analog output waveforms not continuous input samples. As a matter of fact I see...
Works for me using 32 bit Python and 32 bit libsmu (running from source in IDLE). The program naturally stops current acquisition (session) before changing sample rate so user needs...
I installed the Python 3.8 bindings manually. I don't recall the exact steps but it was more or less copying the pysmu source files into site-packages and running the setup.py...
These changes might be making things easier for you but this sort of radical change from master makes it very difficult for users of the software ( like me )....
Write and Arbitrary are both descriptive words for that operation, however, in the context of generating waveforms along with functions for sine, square, sawtooth, stairstep etc. arbitrary is more descriptive...
Now getting following error message with build 904 installed. .arbitrary() worked with older install before arbitrary() was removed/reverted, no changes to code. Repeat Flag set to 1. Traceback (most recent...