User`s guide

FUNCTIONS
SDK SECTION 11
Page 247
no independent shutter control (capability AC_FEATURES_SHUTTEREX), the external
shutter will always behave like the internal shutter and the externalMode parameter is
meaningless.
SetShutters
unsigned int WINAPI SetShutters(int typ, int mode, int closingtime, int openingtime, int exttype, int
extmode, int dummy1, int dummy2)
Description THIS FUNCTION IS RESERVED.
SetSifComment
unsigned int WINAPI SetSifComment(char* comment)
Description
This function will set the user text that will be added to any sif files created with the
SaveAsSif function. The stored comment can be cleared by passing NULL or an empty
text string.
Parameters
char* comment: The comment to add to new sif files.
Return
unsigned int
DRV_SUCCESS Sif comment set.
See also
SaveAsSif SaveAsCommentedSif
NOTE: To add a comment to a SIF file that will not be used in any future SIF files that are saved, use
the function SaveAsCommentedSif.
SetSingleTrack
unsigned int WINAPI SetSingleTrack(int centre, int height)
Description
This function will set the single track parameters. The parameters are validated in the
following order: centre row and then track height.
Parameters
int centre: centre row of track
Valid range 0 to number of vertical pixels.
int height: height of track
Valid range > 1 (maximum value depends on centre row and number of vertical pixels).
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
DRV_P2INVALID
Parameters set.
System not initialized.
Acquisition in progress.
Center row invalid.
Track height invalid.
See also
SetReadMode