Array Gate

Provides a gate (or inverse) of values of an array.

For each element, the out gate apply the following rule:

' if ElementValue < threshold then ElementValue = 0 else the ElementValue stays unchanged. '

For each element, the out inverse apply the following rule:

' if ElementValue >= threshold then ElementValue = 0 else the ElementValue stays unchanged. '

input with threshold value(1)

gate output

Settings

bypass

Bypasses the module.

array in

Array input flow(s).

out gate

Gated output array.

out inverse

Inverse gated output array.

threshold

threshold value.

See also

version 6.0.240115

Edit All Pages