That's exactly my problem.
I know it's running slower because I set the program to collect for, say 300 seconds, and then just do a little math to determine how many datapoints that is (at 2 Hz, 600). Then, I start a stopwatch as soon as I see the first point appear on my strip chart. The program takes something like 500 seconds to complete. So, admittedly, it's not the most precise way of measuring, but it works to a first approximation. I suppose I could put in a call to time() and find out exactly how long it takes, but this works for now.
This is also possibly related to my previous post (
ONTEXT_CATEGORY_S=0&UCATEGORY_0=_318_&UCATEGORY_S=0>here) and fixing the problem with the driver may solve this problem too.
According to the manual for the instrument (181 nanovoltmeter) it collects data at a rate of up 4 Hz.
Thanks for your suggestion. I'll try that and see if it does any good.
-John