| numAdd | ||||
|---|---|---|---|---|
| in_0 | out | |||
| in_1 | invOut | |||
| ... | absOut | |||
| in_999 | ||||
Number addition element or summing amplifier.
| Type | numeric |
| N.C. | ignored |
Inputs 0 to 999 can be connected in any order.
| Type | numeric |
Value of output is sum of all connected inputs.
out = in_0 + in_1 + ... + in_n
| Type | numeric |
invOut = out * -1;
| Type | numeric |
Absolute value of out (always positive).