Owning Palette: Cluster, Class, & Variant VIs and Functions
Requires: Base Development System
Bundles each element input into a cluster and assembles all element clusters into an array of clusters.
The connector pane displays the default data types for this polymorphic function.
Add to the block diagram | Find on the palette |
element 0..n-1 inputs must be of the same type as the value wired to the topmost element terminal. | |
array of clusters is the resulting array. Each cluster contains a single element. |
You cannot create arrays of arrays. However, you can use this function to create an array of clusters where each cluster contains an array.
The following example demonstrates two ways to build an array of clusters. You can use the Build Cluster Array function to increase implementation efficiency, as shown in the bottom section of the following example.