Simulink Reference | ![]() ![]() |
Switch output between the first input and the third input based on the value of the second input
Library
Simulink Signal Routing and Fixed-Point Blockset Select
Description
The Switch block passes through the first (top) input or the third (bottom) input based on the value of the second (middle) input. The first and third inputs are called data inputs. The second input is called the control input.
You select the conditions under which the first input is passed with the Criteria for passing first input parameter. You can make the block check whether the control input is greater than or equal to the threshold value, purely greater than the threshold value, or nonzero. If the control input meets the condition set in the Criteria for passing first input parameter, then the first input is passed. Otherwise, the third input is passed.
When the Show additional parameters check box is selected, some of the parameters that become visible are common to many blocks. For a detailed description of these parameters, refer to Block Parameters in the Fixed-Point Blockset documentation.
Data Type Support
A Switch block accepts real- or complex-valued signals of any data type except int64
and uint64
for data and control inputs. The data type of the threshold is double
.
Parameters and Dialog Box
Characteristics
Dimensionalized |
Yes |
Direct Feedthrough |
Yes |
Sample Time |
Inherited from driving block |
Scalar Expansion |
Yes |
Zero Crossing |
No, unless Enable zero crossing detection is selected |
See Also
![]() | Sum | Switch Case | ![]() |