Integrator - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Integrator

Compute the integral

 

Description

Equations

Connections

Parameters

Modelica Standard Library

Description

The Integrator component computes the element-wise integral of the input, u, with a multiplication gain of k.

The Signal Size parameter assigns the dimension of the input and output connectors.

Equations

yj.=kuj

Connections

Name

Description

Modelica ID

u

Real input vector

u

y

Real output vector

y

reset

Optional connector of reset signal

reset

set

Optional connector of set signal

set

Parameters

Name

Default

Units

Description

Modelica ID

Signal Size

1

 

Dimension of input and output signals

signalSize

k

1

 

Integrator gain

k

use reset

false

 

True(checked) enables reset port

use_reset

use set

false

 

True(checked) enables port that sets reset value (when use reset is selected)

use_set

Initial Values

Initialization with initial states

 

Type of initialization,

initType

y0

0

 

Initial or guess value of output.

y_start

Modelica Standard Library

The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.

See Also

Math Functions

Math Operators

Signal Blocks