Splits the array into Nth arrays of fixed size.
example 1
with an input array [A,B,C,D,E,F,G,H,I,J] and output-size=4 and nb-outputs=3
[A,B,C,D][E,F,G,H][I,J,A,B] (input is wrapped around)example 2
with an input array [A,B] and output-size=3 and nb-outputs=2
[A,B,A][B,A,B]Bypasses the module.
Array input flow(s).
Array output flow(s).
Size of output arrays.
Number of outputs.
version 6.0.241021
Edit All Pages