Hello,
I have the Agilent 34401 Read Multiple Measurements.vi example
it appears to read as fast as possible
does anyone have any examples where you can set the sampling frequency?
google AI says maximum is 1kHz / 1 sample per millisecond
so if I set it to 10kHz, I assume I would get an error or maybe it would default to the maximum it could do
but if I want to sample every 100ms for example, how could I do that?
I supposed I could put a 100ms delay in the while loop but this doesnt seem efficient.
Thank you