modelRearrangeInputs
Helper model to re-arrange the input order for SDF tables
Information
Re-arranges the input vector based on the provided order.
For instsance, outOrd={2, 1, 3} switches input
two and one.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nDim | 1 | Number of dimensions |
| Integer[nDim] | outOrd | 1:nDim | Output order |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput[nDim] | u | Connector of Real input signal | |
| Modelica.Blocks.Interfaces.RealOutput[nDim] | y | Connector of Real output signal |
Revisions
-
August 27, 2024 by Fabian Wuellhorst:
First implementation (see issue AixLib #1520)