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
  • [in] handle: The board handle

  • [out] major: PCB major version number

  • [out] minor: PCB minor version number

LabVIEW Block Diagram

../_images/AlazarGetBoardRevision.vi.png