
Writing your own software
10
Copyright © 2010-2011 Pico Technology Ltd. All rights reserved.
usbdrdaqpg.en
You can specify a sampling interval from 1 microsecond to 1 second. The shortest
interval that the driver will accept depends on the
selected.
The normal calling sequence to collect a block of data is as follows:
Check that the driver version is correct
Open the driver
Set trigger mode (if required)
Set sampling mode (channels and time per sample)
While you want to take measurements,
Run
While not ready
Wait
End while
... Get a block of data ...
End While
Close the driver
8