WOLFRAM SYSTEM MODELER

SI2SO

2 Single Input / 1 Single Output continuous control block

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Interfaces.SI2SO"]
Out[1]:=

Information

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

Block has two continuous Real input signals u1 and u2 and one continuous Real output signal y.

Connectors (3)

u1

Type: RealInput

Description: Connector of Real input signal 1

u2

Type: RealInput

Description: Connector of Real input signal 2

y

Type: RealOutput

Description: Connector of Real output signal

Extended by (9)

CombiTable2Ds

Modelica.Blocks.Tables

Table look-up in two dimensions (matrix/file)

LinearDependency

Modelica.Blocks.Math

Output a linear combination of the two inputs

Min

Modelica.Blocks.Math

Pass through the smallest signal

Max

Modelica.Blocks.Math

Pass through the largest signal

Pythagoras

Modelica.Blocks.Math

Determine the hypotenuse or leg of a right triangle

Atan2

Modelica.Blocks.Math

Output atan(u1/u2) of the inputs u1 and u2

Division

Modelica.Blocks.Math

Output first input divided by second input

Product

Modelica.Blocks.Math

Output product of the two inputs

Add

Modelica.Blocks.Math

Output the sum of the two inputs