Jump to content

Or Array Elements function: Difference between revisions

From LabVIEW Wiki
mNo edit summary
mNo edit summary
 
Line 5: Line 5:
{{TOCright}}
{{TOCright}}
== Usage ==
== Usage ==
{{ambox|text=Specific use cases for this function.}}


== Best practice ==
== Best practice ==

Latest revision as of 20:31, 13 July 2020

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