Complex Array Snapshot

From Visuino
Revision as of 10:34, 16 August 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.