Installation guide
PicoScope 4000 Series (A API) Programmer's Guide 35
Copyright © 2008-2014 Pico Technology Ltd. All rights reserved. ps4000apg.en r1
4.16
ps4000aGetTimebase2
PICO_STATUS ps4000aGetTimebase2
(
int16_t handle,
uint32_t timebase,
int32_t noSamples,
float * timeIntervalNanoseconds,
int32_t * maxSamples,
uint32_t segmentIndex
)
This function differs from ps4000aGetTimebase only in the type of the
timeIntervalNanoseconds argument.
Applicability
All modes
Arguments
* timeIntervalNanoseconds, on exit, the time interval between
readings at the selected timebase. If a null pointer is passed, nothing
will be written here.
All others as in ps4000aGetTimebase.
Returns
See ps4000aGetTimebase.