blockMultiplex2
Multiplexer block for two input connectors
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Information
The output connector is the concatenation of the two input connectors. Note, that the dimensions of the input connector signals have to be explicitly defined via parameters n1 and n2.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n1 | 1 | Dimension of input signal connector 1 |
| Integer | n2 | 1 | Dimension of input signal connector 2 |
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.RealOutput[n1 + n2] | y | Connector of Real output signals |