Build Cluster Array

Bundles each component input into a cluster and assembles all component clusters into an array of clusters. Each cluster contains a single component. The connector pane displays the default data types for this polymorphic function. Details

component 0..n-1 inputs must be of the same type as the value wired to the topmost component terminal.
array of clusters is the resulting array.

Build Cluster Array Details

You cannot create an array of arrays. However, you can use this function to create an array of clusters where each cluster contains an array. Refer to the Restrictions for Arrays section in Chapter 9, Grouping Data Using Strings, Arrays, and Clusters, of the LabVIEW User Manual, for more information about the types of elements an array can contain.

For example, if you wire four arrays of single-precision, floating-point numbers to four component inputs, the function returns a four-element array of clusters, each cluster containing one array of single-precision, floating-point numbers. Element 0 of array of clusters has the value of the top array component, and so on.