User manual
PicoScope 6000 Series Programmer's Guide 83
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved. ps6000pg.en r9
3.9.49
ps6000SetTriggerDelay
PICO_STATUS ps6000SetTriggerDelay
(
short handle,
unsigned long delay
)
This function sets the post-trigger delay, which causes capture to start a defined time
after the trigger event.
Applicability
All modes
Arguments
handle, the handle of the required device
delay, the time between the trigger occurring and the first sample.
For example, if delay=100 then the scope would wait 100 sample
periods before sampling. At a timebase of 5 GS/s, or 200 ps per
sample (timebase = 0), the total delay would then be
100 x 200 ps = 20 ns.
Range: 0 to MAX_DELAY_COUNT
Returns
PICO_OK
PICO_INVALID_HANDLE
PICO_USER_CALLBACK
PICO_DRIVER_FUNCTION