Complex Array Snapshot: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoComplexArraySnapshot.png == Summary == Captures and holds a complex array value on a snapshot trigger. == Description == The **Complex Array Snapshot** component stores the complex array present at its **In** pin whenever the **Snapshot** pin is triggered. The stored array is then held and continuously output at the **Out** pin until another snapshot event occurs. This is useful for freezing the state of a complex array at a specific moment for la..."
 
(No difference)

Latest revision as of 10:34, 16 August 2025

File:TArduinoComplexArraySnapshot.png

Summary

Captures and holds a complex array value on a snapshot trigger.

Description

The **Complex Array Snapshot** component stores the complex array present at its **In** pin whenever the **Snapshot** pin is triggered. The stored array is then held and continuously output at the **Out** pin until another snapshot event occurs. This is useful for freezing the state of a complex array at a specific moment for later processing or analysis.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • In – Complex array input.
  • Snapshot – Clock input; captures the current value of **In**.
  • Out – Outputs the stored complex array until the next snapshot.