
PicoScope 3000A Series Prog rammer's Guide
41
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.
ps3000abpg.en r9
2.12.18 ps3000aGetTriggerTimeOffset64
PICO_STATUS ps3000aGetTriggerTimeOffset64
(
short handle,
__int64 * time,
PS3000A_TIME_UNITS * timeUnits,
unsigned short segmentIndex
)
This function gets the time, as a single 64-bit value, at which the trigger occurred. Call
it after
data has been captured or when data has been retrieved from a
previous block-mode capture. A 32-bit version of this function,
, is also available.
Applicability
Arguments
handle,
the handle of the required device
* time,
on exit, the time at which the trigger point occurred
* timeUnits,
on exit, the time units in which time is measured.
The possible values are: -
PS3000A_FS
PS3000A_PS
PS3000A_NS
PS3000A_US
PS3000A_MS
PS3000A_S
segmentIndex,
the number of the
for which the
information is required
PICO_OK
PICO_INVALID_HANDLE
PICO_DEVICE_SAMPLING
PICO_SEGMENT_OUT_OF_RANGE
PICO_NOT_USED_IN_THIS_CAPTURE_MODE
PICO_NOT_RESPONDING
PICO_NULL_PARAMETER
PICO_NO_SAMPLES_AVAILABLE
PICO_DRIVER_FUNCTION