User`s guide
FUNCTIONS
SDK SECTION 11
Page 128
GetEMCCDGain
unsigned int WINAPI GetEMCCDGain(int* gain)
Description
Returns the current gain setting. The meaning of the value returned depends on the EM
Gain mode.
Parameters
Int*gain: current EM gain setting
Return
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_ACK
Gain returned.
System not initialized.
Unable to communicate with card.
GetEMGainRange
unsigned int WINAPI GetEMGainRange(int* low, int* high)
Description
Returns the minimum and maximum values of the current selected EM Gain mode and
temperature of the sensor.
Parameters
int* low: lowest gain setting
int* high: highest gain setting
Return
DRV_SUCCESS
DRV_NOT_INITIALIZED
Gain range returned.
System not initialized.