Integer Array Snapshot

From Visuino
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