Prog ramming the 3000A Series oscilloscopes98
Copyright © 2011-2013 Pico Technology Limited. All rights reserved.ps3000abpg.en r9
2.12.57
ps3000aSetTriggerDelay
PICO_STATUS ps3000aSetTriggerDelay
(
short handle,
unsigned long delay
)
This function sets the post-trigger delay, which causes capture to start a defined time
after the trigger event.
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 500MS/s, or 2ns per
sample, the total delay would then be 100x2ns=200ns.
Range: 0 to MAX_DELAY_COUNT
PICO_OK
PICO_INVALID_HANDLE
PICO_USER_CALLBACK
PICO_DRIVER_FUNCTION