Analog Array Value

From Visuino
Revision as of 04:45, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAnalogArrayValue.png == Summary == Provides an analog array whose elements can be individually set or updated using value elements. == Description == The Analog Array Value component outputs an analog array with configurable elements. Elements can be added via the **Elements** window, where each element can have its own **Set Value** or **Set Value State** properties. Each added element generates its own input pins for controlling the values. Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAnalogArrayValue.png

Summary

Provides an analog array whose elements can be individually set or updated using value elements.

Description

The Analog Array Value component outputs an analog array with configurable elements. Elements can be added via the **Elements** window, where each element can have its own **Set Value** or **Set Value State** properties. Each added element generates its own input pins for controlling the values. This is useful for creating configurable analog arrays for testing, simulation, or dynamic signal generation.

Diagram:

Properties

  • Elements – Configure the elements of the analog array.
  • Value Elements – Initial or default analog values for the array elements.

Pins

Input Pins

  • Clock – Triggers updates to the elements.
  • Element Pins – Each added element generates its own input pins for controlling its value.

Output Pins

  • Out (analog array) – Output analog array reflecting the current state of all elements.

Categories