|
Multiplexer |
|
 |
The multiplexer routes one of two inputs to the output using a switch input. |
|
|
Pins:
| | | | | |
| X | input | optional, default = 0.0 |
| Y | input | optional, default = 0.0 |
| S | Switch | input | required to operate |
| Z | Output if S>0.0 then Z = X * S, else Z = Y * -S |
Keyboard and Context menu:
| | | |
| del | delete the object |
Notes:
| | |
| An S value of zero will result in zero output. |
|