Complex Array Snapshot
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
- File:TArduinoComplexCategory.png Category Complex – Complex number handling.
- File:TArduinoArraysCategory.png Category Arrays – Array capture and storage.
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.