Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Loop Utils

Loop Utils

Select a filter from the list below.

IconNameDescription
CountCounts number of positive predicates in loop
CountValueInLoopCounts value occurrences in all loop iterations.
ExitIf the specified condition is true, exits the macrofilter loop.
LastExactlyNObjectsReturns an array of N most recent objects.
LastMarkedObjectReturns the last value passed with inCondition set to 'True'.
LastMultipleObjectsReturns an array of most recent objects.
LastNotNilReturns the last value passed that existed.
LastTwoObjectsReturns current and previous object.
LoopMaximumReturns the object for which the associated value was the highest among all iterations.
LoopMinimumReturns the object for which the associated value was the lowest among all iterations.
TestObjectChangedChecks if the input object is different than in the previous iteration.