© 2013 Thorlabs GmbH
4 Programming (SDK)
331
4.3.85 is_SetGainBoost
Syntax
INT is_SetGainBoost (HIDS hCam, INT mode)
Description
In some cameras, is_SetGainBoost() enables an additional analog hardware gain boost feature on the
sensor.
Input parameters
Returns the current state of the gain boost function.
Enables the gain boost function.
Disables the gain boost function.
IS_GET_SUPPORTED_GAINBOOST
Indicates whether the camera supports a gain boost
feature or not.
Return values
Current setting when used together with
IS_GET_GAINBOOST
Returns IS_SET_GAINBOOST_ON if the function is
enabled, otherwise it returns
IS_SET_GAINBOOST_OFF.
Current setting when used together with
IS_GET_SUPPORTED_GAINBOOST
Returns IS_SET_GAINBOOST_ON if the function is
supported, otherwise it returns
IS_SET_GAINBOOST_OFF.
Camera is in standby mode, function not allowed
Function executed successfully
Related functions
is_SetHardwareGain()
is_SetHWGainFactor()
is_SetAutoParameter()
333
335
303