AlazarGetSDKVersion

Function Syntax

RETURN_CODE AlazarGetSDKVersion(U8 * major, U8 * minor, U8 * revision)

Get the driver library version. This is the version of ATSApi.dll under Windows, or ATSApi.so under Linux.

Return
ApiSuccess upon success, or an error code. See RETURN_CODE for more detailed information.
Remark
Note that the version number returned is that of the driver library file, not the ATS-SDK version number. SDK releases are given a version number with the format X.Y.Z where: X is the major release number, Y is the minor release number, and Z is the minor revision number.
See
AlazarGetCPLDVersion()
See
AlazarGetDriverVersion()
Parameters
  • major: The SDK major version number
  • minor: The SDK minor version number
  • revision: The SDK revision number

LabVIEW Block Diagram

../_images/AlazarGetSDKVersion.vi.png