Select function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Comparison palette
Type Function
Requires Basic Development Environment
Icon Comparison Palette - Select.png

The Select function returns the value wired to the t input or f input, depending on the value of s. If s is TRUE, this function returns the value wired to t. If s is FALSE, this function returns the value wired to f.

Usage

Tips and tricks

  • Wire an error cluster to the selector terminal to conditionally output a value.

History

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

See Also

External Links