PicoScope 3000A Series Prog rammer's Guide 39
Copyright © 2011-2013 Pico Technology Limited. All rights reserved. ps3000abpg.en r9
2.12.16
ps3000aGetTimebase2
PICO_STATUS ps3000aGetTimebase2
(
short handle,
unsigned long timebase,
long noSamples,
float * timeIntervalNanoseconds,
short oversample,
long * maxSamples,
unsigned short segmentIndex
)
This function is an upgraded version of ps3000aGetTimebase, and returns the time
interval as a float rather than a long. This allows it to return sub-nanosecond time
intervals. See ps3000aGetTimebase for a full description.
* timeIntervalNanoseconds, a pointer to the time interval
between readings at the selected timebase. If a null pointer is
passed, nothing will be written here.
All other arguments: see ps3000aGetTimebase.