
Prog ramming the 3000A Series oscilloscopes
52
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
2.12.26 ps3000aGetValuesTriggerTimeOffsetBulk64
PICO_STATUS ps3000aGetValuesTriggerTimeOffsetBulk64
(
short handle,
__int64 * times,
PS3000A_TIME_UNITS * timeUnits,
unsigned short fromSegmentIndex,
unsigned short toSegmentIndex
)
This function retrieves the 64-bit time offsets for waveforms captured in
.
A 32-bit version of this function,
ps3000aGetValuesTriggerTimeOffsetBulk
, is available
for use with programming languages that do not support 64-bit integers.
Applicability
Arguments
handle,
the handle of the device
* times,
an array of integers. On exit, this will hold the time offset
for each requested segment index.
times[0]
will hold the time
offset for
fromSegmentIndex,
and the last
times
index will hold
the time offset for
toSegmentIndex
. The array must be long enough
to hold the number of times requested.
* timeUnits,
an array of integers long enough to hold the number
of requested times.
timeUnits[0]
will contain the time unit for
fromSegmentIndex,
and the last element will contain the
toSegmentIndex
. Refer to
for
specific figures.
fromSegmentIndex,
the first segment for which the time offset is
required. The results for this segment will be placed in
times[0]
and
timeUnits[0]
.
toSegmentIndex,
the last segment for which the time offset is
required. The results for this segment will be placed in the last
elements of the
times
and
timeUnits
arrays. 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