WOLFRAM SYSTEM MODELER

LinearDependency

Output a linear combination of the two inputs

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Math.LinearDependency"]
Out[1]:=

Information

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

Determine the linear combination of the two inputs: y = y0 + k1*u1 + k2*u2

Parameters (3)

y0

Value: 0

Type: Real

Description: Initial value

k1

Value: 0

Type: Real

Description: Gain of u1

k2

Value: 0

Type: Real

Description: Gain of u2

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

Used in Examples (1)

RealNetwork1

Modelica.Blocks.Examples

Demonstrates the usage of blocks from Modelica.Blocks.Math