WOLFRAM SYSTEM MODELER

Exponentiation

Output the input raised to an exponent

Wolfram Language

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

Information

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

This blocks computes the output y as the input u raised to exponent:

y = u ^ exponent;

Parameters (1)

exponent

Value: 2

Type: Real

Description: Exponent of power

Connectors (2)

u

Type: RealInput

Description: Connector of Real input signal

y

Type: RealOutput

Description: Connector of Real output signal