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