User Manual

PicoScope 4000 Series Programmer's Guide 29
Copyright © 2008-2011 Pico Technology Ltd. All rights reserved. ps4000pg.en
4.10.10
ps4000GetTimebase2
PICO_STATUS ps4000GetTimebase2
(
short handle,
unsigned long timebase,
long noSamples,
float * timeIntervalNanoseconds,
short oversample,
long * maxSamples
unsigned short segmentIndex
)
This function differs from ps4000GetTimebase only in the float * type of the
timeIntervalNanoseconds argument.
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 others as in ps4000GetTimebase.
Returns
See ps4000GetTimebase.