In Logic 1.2.18, I have this setup:
As visible on the screenshot, it says Speed (Sample Rate): 1.563 MS/s.
However, if from Python API, I do: saleae_obj.get_all_sample_rates()
, I get:
[(0, 50000000), (0, 12500000), (0, 6250000), (0, 3125000), (0, 1562500), (0, 781250), (0, 125000), (0, 5000), (0, 1000), (0, 100), (0, 10)]
… that is, 1563000 S/s rate is not listed, however 1562500 S/s is!
I export raw binary data from Saleae Logic, and then import in other programs, so I have to specify the sampling rate upon import. And obviously, if the actual sampling rate is 1.5625 MS/s, and I enter 1.563 MS/s, I’m off by some 500 S/s, which I’d rather not be.
So, what is the actual sample rate in this case, 1.563 MS/s or 1.5625 MS/s?