User manual

Programming with the PicoScope 6000 Series32
Copyright © 2009-2013 Pico Technology Ltd. All rights reserved.ps6000pg.en r9
3.9.11
ps6000GetTimebase2
PICO_STATUS ps6000GetTimebase2
(
short handle,
unsigned long timebase,
unsigned long noSamples,
float * timeIntervalNanoseconds,
short oversample,
unsigned long * maxSamples
unsigned long segmentIndex
)
This function is an upgraded version of ps6000GetTimebase, and returns the time
interval as a float rather than a long. This allows it to return sub-nanosecond time
intervals. See ps6000GetTimebase for a full description.
Applicability
All modes
Arguments
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 ps6000GetTimebase.
Returns
See ps6000GetTimebase.