Component Reference

Chapter 4. Component Reference

Arithmetic Components

Absolute Value
Adder
Subtractor
Multiplier
Divider
Remainder

Absolute Value

Description

The component shifts the absolute value from the input to the output.

Features

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = |Input|

Location

Floating Point -> Arithmetic -> Absolute Value

Adder

Description

This component adds all input values and shifts the result to the output connector.

Features

  • User definable input count (2-26 inputs).

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = Summand A + Summand B + ... + Summand Z

Location

Floating Point -> Arithmetic -> Adder

Subtractor

Description

This component calculates the difference of the inputs and shifts the result to the output connector.

Features

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = Minuend - Subtrahend

Location

Floating Point -> Arithmetic -> Subtractor

Multiplier

Description

This component multiplies all input values and shifts the result to the output connector.

Features

  • User definable input count (2-26 inputs).

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = Factor A + Factor B + ... + Factor Z

Location

Floating Point -> Arithmetic -> Multiplier

Divider

Description

This component the quotient from the division of Dividend by Divisor and shifts the result to the output connector.

Features

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = Dividend / Divisor

Location

Floating Point -> Arithmetic -> Divider

Remainder

Description

This component the remainder from the division of Dividend by Divisor and shifts the result to the output connector.

Features

  • The component supports a user definable reset value. The output adopts this value during the reset cycle and keeps this value until the first simulation cycle is finished. The default reset value is 0.0.

  • The component is rotatable.

View

Equation

Output = Dividend - n * Divisor

where n is the quotient of Dividend divided by Divisor rounded towards zero to an integer.

Location

Floating Point -> Arithmetic -> Remainder

KDE Logo