Enum to Array of Enums VI

Owning Palette: Conversion VIs and Functions

Requires: Base Development System

Creates an array of enums with the same number of elements as values in the enum.

 Add to the block diagram  Find on the palette
enum specifies the input enum.
array of enums returns an array containing each enum value in order.

For example, if enum has values {cat, dog, bird}, array of enums returns a three-element array with values cat, dog, and bird, respectively.