Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Logic » Or_OfLoop

Or_OfLoop


Returns True if (and only if) at least one value appearing in consecutive iterations is True.

Name Type Description
inBool Bool
outValue Bool

Description

Loop version of Or.

Hints

  • This is a primitive mathematical filter. It is recommended to use Formula Blocks instead.

Complexity Level

This filter is available on Basic Complexity Level.

See Also

  • Or – Returns True if (and only if) any of the arguments is True.