WOLFRAM SYSTEM MODELER

Multiplex2

Multiplexer block for two input connectors

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Routing.Multiplex2"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

The output connector is the concatenation of the two input connectors. Note, that the dimensions of the input connector signals have to be explicitly defined via parameters n1 and n2.

Parameters (2)

n1

Value: 1

Type: Integer

Description: Dimension of input signal connector 1

n2

Value: 1

Type: Integer

Description: Dimension of input signal connector 2

Connectors (3)

u1

Type: RealInput[n1]

Description: Connector of Real input signals 1

u2

Type: RealInput[n2]

Description: Connector of Real input signals 2

y

Type: RealOutput[n1 + n2]

Description: Connector of Real output signals

Used in Components (1)

AngleToTorqueAdaptor

Modelica.Mechanics.Rotational.Components

Signal adaptor for a Rotational flange with torque as output and angle, speed, and optionally acceleration as inputs (especially useful for FMUs)