AlazarSetADCBackgroundCompensation#
Function Syntax#
-
RETURN_CODE AlazarSetADCBackgroundCompensation(HANDLE handle, BOOL active)#
Activates or deactivates the ADC background compensation.
- Remark
This feature does not exist on all boards. Please check board-specific information for more details.
- Parameters:
handle – [in] Handle to board
active – [in] Determines whether this function activates or deactivates the ADC background compensation.
- Returns:
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.