blockAddToIndex
Add one scalar input to specified index of other (vector) input
Extends from Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 1 | Dimension of input and output vectors. |
| Integer | i | 1 | Index to which u2 is added |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput[n] | u1 | Connector of Real input signals vector | |
| Modelica.Blocks.Interfaces.RealInput | u2 | Connector of Real scalar input signal | |
| Modelica.Blocks.Interfaces.RealOutput[n] | y | Connector of Real output signals |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real[n,n] | u2_matrix |