![]() |
initialize, when TRUE, initializes the internal state of the VI. |
![]() |
input data is a set of input data. |
![]() |
sample length is the length of each set of incoming data. The VI processes each set of data. The default is 100. sample length must be greater than zero. |
![]() |
eliminated element is the first point eliminated from the queue. |
![]() |
Current Queue is the new array created by eliminating the first point and appending the new point. |
![]() |
Previous Queue is the set of data before any operation in this call. |
![]() |
error returns any error or warning condition from the VI. Refer to Point By Point Error Codes for more information about these conditions. |
![]() |
current length is the size of the current queue. |
The data queue begins as a set of zeros that matches the size of sample length. To maintain this sample length, the VI eliminates the first point each time it appends a new point.