
PicoScope 3000A Series Prog rammer's Guide
51
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
Applicability
Arguments
handle,
the handle of the device
* timesUpper,
an array of integers. On exit, the most significant
32 bits of the time offset for each requested segment index.
times
[0]
will hold the
fromSegmentIndex
time offset and the last
times
index will hold the
toSegmentIndex
time offset. The array
must be long enough to hold the number of requested times.
* timesLower,
an array of integers. On exit, the least-significant
32 bits of the time offset for each requested segment index.
times
[0]
will hold the
fromSegmentIndex
time offset and the last
times
index will hold the
toSegmentIndex
time offset. The array
size must be long enough to hold the number of requested times.
* timeUnits,
an array of integers. The array must be long enough
to hold the number of requested times. On exit,
timeUnits[0]
will
contain the time unit for
fromSegmentIndex
and the last element
will contain the time unit for
toSegmentIndex
. Refer to
fromSegmentIndex,
the first segment for which the time offset is
required
toSegmentIndex,
the last segment for which the time offset is
required. If
toSegmentIndex
is less than
fromSegmentIndex
then
the driver will wrap around from the last segment to the first.
PICO_OK
PICO_POWER_SUPPLY_CONNECTED
PICO_POWER_SUPPLY_NOT_CONNECTED
PICO_INVALID_HANDLE
PICO_NOT_USED_IN_THIS_CAPTURE_MODE
PICO_NOT_RESPONDING
PICO_NULL_PARAMETER
PICO_DEVICE_SAMPLING
PICO_SEGMENT_OUT_OF_RANGE
PICO_NO_SAMPLES_AVAILABLE
PICO_DRIVER_FUNCTION