Use the Cluster & Variant functions to create and manipulate clusters.
 | Note This palette is specific to FPGA targets and contains a subset of the VIs and functions that are on this palette when you edit a Windows or RT target VI. |
| Palette Object | Description |
|---|
| Array To Cluster | Converts a 1D array to a cluster of elements of the same type as the array elements. Right-click the function and select Cluster Size from the shortcut menu to set the number of elements in the cluster. |
| Bundle By Name | Replaces one or more cluster elements. This function refers to cluster elements by name instead of by their position in the cluster. |
| Bundle | Assembles a cluster from individual elements. |
| Cluster Constant | Use this constant to supply a constant cluster value to the block diagram. |
| Cluster To Array | Converts a cluster of elements of the same data type to a 1D array of elements of the same data type. |
| Unbundle By Name | Returns the cluster elements whose names you specify. |
| Unbundle | Splits a cluster into each of its individual elements. |