User`s guide

FUNCTIONS
SDK SECTION 11
Page 154
GetPreAmpGainText
unsigned int WINAPI GetPreAmpGainText (int index , char* name, int len)
Description
This function will return a string with a pre amp gain description. The pre amp gain is
selected using the index. The SDK has a string associated with each of its pre amp gains.
The maximum number of characters needed to store the pre amp gain descriptions is 30.
The user has to specify the number of characters they wish to have returned to them from
this function.
Parameters
int index: gain index
Valid values: 0 to
GetNumberPreAmpGains()-1
char* name: A user allocated array of characters for storage of the description.
int len: The length of the user allocated character array.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_P1INVALID
DRV_P2INVALID
DRV_NOT_SUPPORTED
Description returned.
System not initialized.
Invalid index.
Array size is incorrect
Function not supported with this camera
See also
IsPreAmpGainAvailable, GetNumberPreAmpGains, SetPreAmpGain, GetCapabilities
GetQE
unsigned int WINAPI GetQE(char * sensor, float wavelength, unsigned int mode, float * QE)
Description
Returns the percentage QE for a particular head model at a user specified wavelength.
Parameters
char* sensor: head model
float wavelength: wavelength at which QE is required
unsigned int mode: Clara mode (Normal (0) or Extended NIR (1)). 0 for all other systems
float* QE: requested QE
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
QE returned.
System not initialized.
See also
_GetHeadModel, GetCapabilities