blockMultiplex3
Multiplexer block for three input connectors
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
The output connector is the concatenation of the three input connectors. Note, that the dimensions of the input connector signals have to be explicitly defined via parameters n1, n2 and n3.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n1 | 1 | Dimension of input signal connector 1 |
| Integer | n2 | 1 | Dimension of input signal connector 2 |
| Integer | n3 | 1 | Dimension of input signal connector 3 |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput[n1] | u1 | Connector of Real input signals 1 | |
| Modelica.Blocks.Interfaces.RealInput[n2] | u2 | Connector of Real input signals 2 | |
| Modelica.Blocks.Interfaces.RealInput[n3] | u3 | Connector of Real input signals 3 | |
| Modelica.Blocks.Interfaces.RealOutput[n1 + n2 + n3] | y | Connector of Real output signals |