Passing the value from the input to one of the outputs.
yk = x
yi = 0, if i ≠ k
The block type is determined by the type of the value at input x.
Function Menu | Block Diagram |
---|---|
![]() |
![]() |
Name | Type | Description |
---|---|---|
x |
float int32 |
The value that will be passed to one of the outputs. |
k |
int32 |
The number of the output to which the value from input x will be passed. |
Name | Type | Description |
---|---|---|
y0 |
float or int32 |
Output 0 |
y1 |
float or int32 |
Output 1 |
... | ... | ... |
yN |
float or int32 |
Output N |
The type of the output value is determined by the type of the value at input x.
Name | Description |
---|---|
Number of Outputs | This setting adjusts the number of output lines yN . |