Elapsed Node

This is a timing node. It outputs the total amount of time in seconds since the last sample.

While the Analytic Engine usually works at one-second resolution, your data might not be available at that resolution, or someone may choose to manually run the analytic at a different resolution.

It's often used with variables to create custom timers.

This node is used in all modules.

Outputs

Output #1 is a number, the total number of seconds since the last analytic update. In normal operation on good resolution data, this will be 0 for the first sample, and 1 for all later samples.