AlazarErrorToText

Function Syntax

const char* AlazarErrorToText(RETURN_CODE retCode)

Converts a numerical return code to a NULL terminated string.

Return
A string containing the identifier name of the error code
Remark
It is often easier to work with a descriptive error name than an error number.
Parameters
  • retCode: Return code from an AlazarTech API function

LabVIEW Block Diagram

../_images/AlazarErrorToText.vi.png