Integer Array Snapshot

From Visuino
Revision as of 07:44, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerArraySnapshot.png == Summary == Captures and holds an integer array value when triggered by a snapshot signal. == Description == The **Integer Array Snapshot** component stores the current integer array received at the **In** pin whenever a clock signal is received at the **Snapshot** pin. The stored array value remains output continuously at the **Out** pin until the next snapshot event occurs. This is useful for capturing array states at...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerArraySnapshot.png

Summary

Captures and holds an integer array value when triggered by a snapshot signal.

Description

The **Integer Array Snapshot** component stores the current integer array received at the **In** pin whenever a clock signal is received at the **Snapshot** pin. The stored array value remains output continuously at the **Out** pin until the next snapshot event occurs. This is useful for capturing array states at specific times for analysis or synchronized processing.

Diagram:

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Integer array input.
  • Snapshot – Clock input; triggers storing of the current integer array value.

Output Pins

  • Out – Integer array output that holds the last captured value.

Categories