Start » Filter Reference » Data Flow » Loop Utils » 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 Advanced Complexity Level.