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

TypeNameDefaultDescription
IntegernDim1Number of dimensions
Integer[nDim]outOrd1:nDimOutput order

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInput[nDim]uConnector of Real input signal
Modelica.Blocks.Interfaces.RealOutput[nDim]yConnector of Real output signal

Revisions

  • August 27, 2024 by Fabian Wuellhorst:
    First implementation (see issue AixLib #1520)