Selection between two variables a or b depending on the value at input n.
| Function Menu | Block Diagram |
|---|---|
![]() |
![]() |
| Name | Type | Description |
|---|---|---|
a |
any | Operand No. 1 |
b |
any | Operand No. 2 |
n |
bool |
Selection result:true - the value from input b is passed to output y.false - the value from input a is passed to output y. |
| Name | Type | Description |
|---|---|---|
y |
any | Selected value |
The type of the output value matches the type of the value from the input it was passed from.
Not available