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

Online Help

All Products    Maple    MapleSim


Maximum

Pass through the largest signal

 

Description

Equations

Connections

Parameters

Modelica Standard Library

Description

The Maximum (or Max) component computes the maximum of the inputs.

The Use Vector boolean parameter selects the type of inputs.

• 

If false (the default), the block has two scalar inputs, u1 and u2.

• 

If true, the block has a single vector input, u, and the Signal Size parameter sets the dimension of u. Signal Size must be greater than 1.

Equations

Connections

Name

Description

Modelica ID

u1

Real input signal 1

u1

u2

Real input signal 2

u2

y

Real output signal

y

u

Real input vector

u

Parameters

Name

Default

Units

Description

Modelica ID

Use Vector

false

 

True (checked) means use single input vector

useVector

Signal Size

2

 

Dimension of the vector input signal (n>1)

signalSize

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