LabWindows/CVI

Content Type
Programming Language
Current manual
Product DocumentationLabWindows/CVIAnalysis Library OverviewCurrent page
Table of Contents

Analysis Library Overview

Analysis Library Overview

This section describes the functions in the LabWindows/CVI Analysis Library, which includes functions for 1D and 2D array manipulation, complex operations, matrix operations, and statistics. To access information about each function, you can use the function tree list of Analysis Library functions or click the function name in the Library Reference»Analysis Library»Alphabetical List of Functions section of this help file.

Note Note  The Analysis Library is available on the LabWindows/CVI Base Package. The Analysis Library contains a subset of the functions available in the Advanced Analysis Library.

Reporting Analysis Errors

The functions in the Analysis Library return status information through a return value.

If the return value status is zero after an Analysis Library function call, the function properly executed with no errors. Otherwise, the function sets status to the appropriate error value. Analysis Library Error Conditions lists the error messages that correspond to the possible status values.

Related Topics

Hints for Using Analysis Function Panels

Reporting Analysis Errors in the Advanced Analysis Library

Analysis Library Error Conditions

Was this information helpful?