AlazarErrorToText#

Function Syntax#

const char *AlazarErrorToText(RETURN_CODE retCode)#

Converts a numerical return code to a NULL terminated string.

Remark

It is often easier to work with a descriptive error name than an error number.

Parameters:
  • retCode[in] Return code from an AlazarTech API function

Returns:

A string containing the identifier name of the error code

LabVIEW Block Diagram#

../_images/AlazarErrorToText.vi.png