Name | Description | Type | Notes |
Selected Input | To specify an output, specify one of the five input names. To act as a circuit breaker, leave this parameter empty. | string | Optional |
Name for input1 | The name of the first input to the block. | string | Default: input1 |
Name for input2 | The name of the second input to the block. | string | Default: input2 |
Name for input3 | The name of the third input to the block. | string | Default: input3 |
Name for input4 | The name of the fourth input to the block. | string | Default: input4 |
Name for input5 | The name of the fifth input to the block. | string | Default: input5 |
Name | Description | Type |
input1 | The first input. | any |
input2 | The second input. | any |
input3 | The third input. | any |
input4 | The fourth input. | any |
input5 | The fifth input. | any |
Name | Description | Type |
Switch | The value from the specified input, or no value (circuit breaker) if the Selected Input parameter is empty. | sameAsAll(input1, input2, input3, input4, input5) |