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