Splits a cluster into each of its individual elements.

When you wire a cluster to this function, the function resizes automatically to display outputs for each element in the cluster you wired. The connector pane displays the default data types for this polymorphic function.


icon

Inputs/Outputs

  • cunclst.png cluster

    cluster is the cluster whose elements you want to access.

  • ipoly.png element

  • ipoly.png element

  • This function produces as an output these elements in the same order they appear in the cluster. The number of outputs for this function must match the number of elements in the cluster. When you have two or more elements of the same type, keep track of their order in the cluster. If you access the wrong element by mistake, LabVIEW does not report this as an error.

    FPGA Module Details

    The following details apply when you use this object in an FPGA VI.

    Note The following details are subject to change with each version of the LabVIEW FPGA Module.
    Single-Cycle Timed Loop Supported.
    Usage N/A
    Timing The Cluster & Class functions require no clock cycles to execute because they do not include internal registers.
    Resources The Cluster & Class functions consume no FPGA resources because they are purely wiring operations.