User manual

Programming with the PicoScope 6000 Series34
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved.ps6000pg.en r9
3.9.13
ps6000GetTriggerTimeOffset64
PICO_STATUS ps6000GetTriggerTimeOffset64
(
short handle,
__int64 * time,
PS6000_TIME_UNITS * timeUnits,
unsigned long segmentIndex
)
This function gets the time, as a single 64-bit value, at which the trigger occurred.
Call it after block-mode data has been captured or when data has been retrieved from
a previous block-mode capture. A 32-bit version of this function,
ps6000GetTriggerTimeOffset, is also available.
Applicability
Block mode, rapid block mode
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: -
PS6000_FS
PS6000_PS
PS6000_NS
PS6000_US
PS6000_MS
PS6000_S
segmentIndex, the number of the memory segment for which the
information is required
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_DEVICE_SAMPLING
PICO_SEGMENT_OUT_OF_RANGE
PICO_NULL_PARAMETER
PICO_NO_SAMPLES_AVAILABLE
PICO_DRIVER_FUNCTION