Multiply Analog By Value

From Visuino
Revision as of 06:54, 18 September 2025 by Visuino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TMultiplyAnalogByValue.png

Summary

Multiplies an analog input signal by a constant value.

Description

The **Multiply Analog By Value** component outputs the result of multiplying an analog signal by a fixed constant. It is commonly used when you need to scale, amplify, or attenuate an analog signal before further processing or output.

    • Example:**

If the constant is set to `2` and the value on the **In** pin is `1.5`, the output on the **Out** pin will be: 1.5 × 2 = 3.0

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Value – The constant multiplier applied to the input signal.

Pins

Input Pins

  • In – Analog input signal.

Output Pins

  • Out – Analog output after multiplication.

Categories