Record analysis

Feeds an analysis’s windows with the current event.

Configuration Content
Analysis analysis existing in the event type

It is the write counterpart of run analysis: recording feeds the history, running queries that history. A condition can record the event without running the analysis, run it without recording, or do both, which makes it possible, for example, to count only events that meet a criterion.

The action names the whole analysis, not specific cells: the event is offered to every cell of the analysis, and each cell decides, through its own filter, whether to record it. Which cells record is therefore decided in two places: the rule’s condition chooses which events are offered, and each cell’s filter chooses which cells accept them.

This action writes nothing back to the event, and is skipped during a simulation so as not to contaminate real data.