User`s guide

FUNCTIONS
SDK SECTION 11
Page 215
SetEMClockCompensation
unsigned int WINAPI SetEMClockCompensation(int EMClockCompensationFlag)
Description THIS FUNCTION IS RESERVED.
SetEMGainMode
unsigned int WINAPI SetEMGainMode(int mode)
Description
Set the EM Gain mode to one of the following possible settings.
Mode 0: The EM Gain is controlled by DAC settings in the range 0-255. Default mode.
1: The EM Gain is controlled by DAC settings in the range 0-4095.
2: Linear mode.
3: Real EM gain
To access higher gain values (if available) it is necessary to enable advanced EM gain,
see
SetEMAdvanced.
Parameters
int mode: EM Gain mode.
Return
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
Mode set.
System not initialized.
Acquisition in progress.
EM Gain mode invalid.