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.
- Return
- ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.
- Parameters
handle
: The board handlemajor
: PCB major version numberminor
: PCB minor version number