switch1toN

Connection diagram

switch1toN
in       out_0
select       out_1
    ...
    out_999
         
 

Description

The switch connects the input to one of the outputs. The connected output is selected with the select input. Any type of element can be connected to the switch.

Inputs

in

Typeany
N.C.ignored

Input of switch.

select

Typenumeric
N.C.no selection

Selects output 0 - 999. If select value < 0 or not connected, no output is selected.

Outputs

out_0 ... out_999

Typeboolean

None or one of the outputs is connected to the input. Selected output value is the same as input value. If output is not selected, it has same default value as a 'loose' wire.