Jump to content

Or Array Elements function

From LabVIEW Wiki
Object information
Owning palette(s) Boolean palette
Type Function
Requires Basic Development Environment
Icon

The Or Array Elements function performs the logical Or on an n-dimensional array of Boolean values. This means, the output is True if any element of the array is True. Note that this function works an multi-dimensional arrays, not just one-dimensional.

Or Array Elements function

Usage

Best practice

Tips and tricks

  • Wire an error cluster to perform logical operations on error conditions.


History

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

See Also

External Links