Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Data Flow » Loop Utils » CountConditions

CountConditions


Module: FoundationLite

Counts in how many iterations the input condition was met.

Applications

Typically used to check how many PASS or FAIL cases there were in a cycle.
Name Type Description
inCondition Bool Inspected condition
inReset Bool Reset counters and stop counting
outTrueCount Integer Number of positive inspections
outFalseCount Integer Number of negative inspections

Complexity Level

This filter is available on Basic Complexity Level.