Skip to main content

Array State Manager

Aggregates dynamic inputs into arrays over time when updated. Each Input N corresponds to an Output N array that accumulates values until Reset.

Inputs

DataDescription
Number of InputsNumber of input/output pairs to manage.
Input NDynamic inputs (N = 0..).
Alias NOptional alias to rename the corresponding input/output pair.
SignalDescription
UpdateAppends the current input values to their respective Output arrays.
ResetClears all accumulated arrays.

Outputs

DataDescription
Output NDynamic arrays holding accumulated values for input N.
SignalDescription
UpdatedEmitted after Update completes.
Reset DoneEmitted when Reset completes.