User`s guide
FUNCTIONS
SDK SECTION 11
Page 189
SaveAsSif
unsigned int WINAPI SaveAsSif(char* path)
Description
This function will save the data from the last acquisition into a file, which can be read in
by the main application. User text can be added to sif files using the
SaveAsCommentedSif and SetSifComment functions.
Parameters
char* path: pointer to a filename specified by the user.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
DRV_P1INVALID
DRV_ERROR_PAGELOCK
Data saved.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
Invalid filename.
File too large to be generated in memory.
See also
SaveAsEDF SaveAsFITS SaveAsRaw SaveAsSPC SaveAsTiff SaveAsBmp
SetSifComment, SaveAsCommentedSif