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