AlazarGetFPGAVersion#

Function Syntax#

RETURN_CODE AlazarGetFPGAVersion(HANDLE handle, U8 *major, U8 *minor)#

Returns the FPGA version of a digitizer.

Parameters:
  • handle[in] Board handle

  • major[out] Pointer to a value that gets set to the major FPGA version by this function. Pass NULL if you are not interested in querying this information.

  • minor[out] Pointer to a value that gets set to the minor FPGA version by this function. Pass NULL if you are not interested in querying this information.

Returns:

ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.

LabVIEW Block Diagram#

../_images/AlazarGetFPGAVersion.vi.png