Or Array Elements function: Difference between revisions
Appearance
Add preview |
Add tips and tricks |
||
| Line 9: | Line 9: | ||
== Best practice == | == Best practice == | ||
== Tips and tricks == | |||
* Wire an error cluster to perform logical operations on error conditions. | |||
== History == | == History == | ||
Revision as of 20:01, 13 May 2020
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |

| Object information | |
|---|---|
| Owning palette(s) | Boolean palette |
| Type | Function |
| Requires | Basic Development Environment |
Performs the logical Or on an n-dimensional array of Boolean values. This means, the output is
if any element of the array is
. Note that this function works an multi-dimensional arrays, not just one-dimensional.
Usage
Best practice
Tips and tricks
- Wire an error cluster to perform logical operations on error conditions.