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.

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[out] The SDK major version number

  • minor[out] The SDK minor version number

  • revision[out] The SDK revision number

Returns

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

LabVIEW Block Diagram#

../_images/AlazarGetSDKVersion.vi.png