User`s guide

FUNCTIONS
SDK SECTION 11
Page 139
GetMaximumExposure
unsigned int WINAPI GetMaximumExposure (float* MaxExp)
Description
This function will return the maximum Exposure Time in seconds that is settable by the
SetExposureTime function.
Parameters
Float int* MaxExp: Will contain the Maximum exposure value on return.
Return
unsigned int
DRV_SUCCESS
DRV_P1INVALID
Maximum Exposure returned.
Invalid MaxExp value (i.e. NULL)
See also
SetExposureTime
GetMCPGain
unsigned int WINAPI GetMCPGain (int* pi_gain)
Description
This function will retrieve the set value for the MCP Gain.
Parameters
int* pi_gain: Returned gain value.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_P1INVALID
DRV_NOT_AVAILABLE
Table returned
System not initialized
Acquisition in progress
Invalid pointer (i.e. NULL)
Not a USB iStar
See also
SetMCPGain
NOTE Available only on USB iStar.
This function previously returned a table of MCP gain values against
photoelectrons per count. This is now retrieved using GetMCPGainTable.
GetMCPGainRange
unsigned int WINAPI GetMCPGainRange(int* iLow, int* iHigh)
Description
Returns the minimum and maximum values of the SetMCPGain function.
Parameters
int* iLow: lowest gain setting
int* iHigh: highest gain setting
Return
DRV_SUCCESS
DRV_NOT_INITIALIZED
Gain range returned.
System not initialized.
See also
SetMCPGain
NOTE Available only iStar.