Complex Array Change Only
Jump to navigation
Jump to search
File:TArduinoComplexArrayChangeOnly.png
Summary
Outputs a complex array only when its value changes.
Description
The **Complex Array Change Only** component monitors the complex array provided at its **In** pin and outputs it only if the value differs from the previously stored array. This prevents redundant updates and is useful for reducing unnecessary data flow or triggering events only when a real change in the array occurs.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number data flow.
- File:TArduinoArraysCategory.png Category Arrays – Array control and filtering.
Properties
- Enabled – Enables or disables the component.
Pins
- In – Complex array input.
- Out – Complex array output (only updated when the input changes).