Integral x(t) PtByPt (Not in Base Package)

Performs the discrete integration on the set of input data. Details

initialize, when TRUE, initializes the internal state of the VI.
input data is a set of input data.
initial condition is the value used to calculate the integral for the first and second time.
dt is the sampling interval and must be greater than zero. The default is 1.0. If dt is less than or equal to zero, the VI sets integral x(t) to an empty array and returns an error.
integral x(t) is the discrete integration of the set of input data.
error returns any error or warning condition from the VI. Refer to Point By Point Error Codes for more information about these conditions.

Integral x(t) PtByPt Details

The Integral x(t) PtByPt VI calculates a definite integral. The value of the set of output data at any value x is the area under the curve of the set of input data between 0 and x.