User`s guide

FUNCTIONS
SDK SECTION 11
Page 138
GetKeepCleanTime
unsigned int WINAPI GetKeepCleanTime(float* KeepCleanTime)
Description
This function will return the time to perform a keep clean cycle. This function should be
used after all the acquisitions settings have been set, e.g. SetExposureTime,
SetKineticCycleTime and SetReadMode etc. The value returned is the actual times used
in subsequent acquisitions.
Parameters
float* KeepCleanTime: valid readout time in seconds
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_CODES
Timing information returned.
System not initialized.
Error communicating with camera.
See also
GetAcquisitionTimings GetReadOutTime
NOTES NOTE: Available on iDus, iXon, Luca & Newton.
GetMaximumBinning
unsigned int WINAPI GetMaximumBinning (int ReadMode, int HorzVert, int* MaxBinning)
Description
This function will return the maximum binning allowable in either the vertical or horizontal
dimension for a particular readout mode.
Parameters
int ReadMode: The readout mode for which to retrieve the maximum binning (see
SetReadMode for possible values).
int HorzVert: 0 to retrieve horizontal binning limit, 1 to retreive limit in the vertical.
int* MaxBinning: Will contain the Maximum binning value on return.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
DRV_P2INVALID
DRV_P3INVALID
Maximum Binning returned
System not initialized
Invalid Readmode
HorzVert not equal to 0 or 1
Invalid MaxBinning address (i.e. NULL)
See also
GetMinimumImageLength, SetReadMode