User manual

PicoScope 6000 Series Programmer's Guide 65
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved. ps6000pg.en r9
3.9.38
ps6000SetEtsTimeBuffer
PICO_STATUS ps6000SetEtsTimeBuffer
(
short handle,
__int64 * buffer,
unsigned long bufferLth
)
This function tells the driver where to find your application's ETS time buffers. These
buffers contain the 64-bit timing information for each ETS sample after you run a
block-mode ETS capture.
Applicability
ETS mode only.
If your programming language does not support 64-bit data, use the
32-bit version ps6000SetEtsTimeBuffers instead.
Arguments
handle, the handle of the required device
* buffer, an array of 64-bit words, each representing the time in
nanoseconds at which the sample was captured
bufferLth, the size of the buffer array
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_NULL_PARAMETER
PICO_DRIVER_FUNCTION