Hello,
I'm writing a Linux QT application on top of library libps2_3000.
The application is available here, if you want to check out the code:
http://code.google.com/p/qpicoscope/
I have one question (I will take as example the ps3000con.c file):
When function ps3000_get_times_and_values returns I would expect that in times array between 2 consecutives values, the time elapsed would be equal to time_interval * time_units. But seems like it is not the case. Can somebody please explain me why?
Thanks in advance!