<< Click to Display Table of Contents >> Multiplexer |
The Multiplexer connects its output to a selectable input.
Inputs |
Type |
Default |
Description |
Control signal |
int |
0 |
Determines the input that is connected to the output. If the control signal is less 0 or greater equal the number of inputs the output is 0. |
Input 0 |
float |
0 |
The value of input 0 is available at the output if the control signal is 0. |
... |
|||
Input 9 |
float |
0 |
The value of input 9 is available at the output if the control signal is 9. |
Outputs |
|||
Output |
float |
The value of an input or 0 if the control signal is less 0 or greater equal the number of inputs. |