Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Data Flow » Loop Generators » EnumerateRealPairs

EnumerateRealPairs


Module: FoundationLite

Produces a total number of 'inCount1 * inCount2' of pairs of real numbers.

Name Type Range Description
Input value inStart1 Real First element of first range
Input value inCount1 Integer* 0 - Length of first range
Input value inStep1 Real Difference between consecutive elements of first range
Input value inStart2 Real First element of second range
Input value inCount2 Integer 0 - Length of second range
Input value inStep2 Real Difference between consecutive elements of second range
Input value inRepeat Bool Determines whether to repeat loop
Output value outValue1 Real Elements of first range in 'AAABBBCCC' order
Output value outValue2 Real Elements of second range in 'ABCABCABC' order

Complexity Level

This filter is available on Advanced Complexity Level.