Integer Array Snapshot: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 07:44, 13 November 2025
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
- File:TArduinoIntegerCategory.png Category Integer – Integer data handling.
- File:TArduinoArraysCategory.png Category Arrays – Array storage and snapshot tools.
