User`s guide
FUNCTIONS
SDK SECTION 11
Page 100
GetAcquiredFloatData
unsigned int WINAPI GetAcquiredFloatData (float* arr, unsigned long size)
Description THIS FUNCTION IS RESERVED.
GetAcquisitionProgress
unsigned int WINAPI GetAcquisitionProgress(long* acc, long* series)
Description
This function will return information on the progress of the current acquisition. It can be
called at any time but is best used in conjunction with SetDriverEvent.
The values returned show the number of completed scans in the current acquisition.
If 0 is returned for both accum and series then either:-
• No acquisition is currently running
• The acquisition has just completed
• The very first scan of an acquisition has just started and not yet completed
GetStatus can be used to confirm if the first scan has just started, returning
DRV_ACQUIRING, otherwise it will return DRV_IDLE.
For example, if accum=2 and series=3 then the acquisition has completed 3 in the series
and 2 accumulations in the 4 scan of the series.
Parameters
long* acc: returns the number of accumulations completed in the current kinetic scan.
long* series: return the number of kinetic scans completed
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
Number of accumulation and series scans completed.
System not initialized.
See also
SetAcquisitionMode, SetNumberAccumulations, SetNumberKinetics, SetDriverEvent