User Manual

PicoScope 4000 Series Programmer's Guide 67
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved. ps4000pg.en
4.10.45
ps4000SetEtsTimeBuffer
PICO_STATUS ps4000SetEtsTimeBuffer
(
short handle,
__int64 * buffer,
long bufferLth
)
This function tells the PicoScope 4000 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.
ETS mode is not supported by the PicoScope 4262 oscilloscope.
If your programming language does not support 64-bit data, use the
32-bit version ps4000SetEtsTimeBuffers instead.
Arguments
handle, the handle of the required device
buffer, a pointer to a set of 8-byte words, the time in nanoseconds
at which the first data point occurred
bufferLth, the size of the buffer array
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_NULL_PARAMETER