Jump to content

Unbundle function: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
{{stub}}
{{stub}}
{{TOCright}}
{{TOCright}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Cluster, Class, and Variant{{!}}Cluster, Class, and Variant palette|type=function}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Cluster, Class, and Variant{{!}}Cluster, Class, and Variant palette|type=function|icon=Cluster, Class, & Variant Palette - Unbundle.png}}


The '''Unbundle''' function splits a cluster into each of its individual elements.
The '''Unbundle''' function splits a cluster into each of its individual elements.

Latest revision as of 20:06, 29 June 2020

Object information
Owning palette(s) Cluster, Class, and Variant palette
Type Function
Requires Basic Development Environment
Icon

The Unbundle function 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.

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.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links