AlazarGetBoardRevision#
Function Syntax#
-
RETURN_CODE AlazarGetBoardRevision(HANDLE handle, U8 *major, U8 *minor)#
Get the PCB hadware revision level of a digitizer board.
AlazarTech periodically updates the PCB hadware of its digitizers to improve functionality. Many PCIE digitizers can report the PCB hadware revision to software. Note that this function is not supported on PCI digitizer boards.
- Parameters:
handle – [in] The board handle
major – [out] PCB major version number
minor – [out] PCB minor version number
- Returns:
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.