This page (revision-21) was last changed on 21-Oct-2017 12:32 by Albrecht Striffler

This page was created on 26-Oct-2012 10:15 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
21 21-Oct-2017 12:32 19 KB Albrecht Striffler to previous

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 167 changed one line
* __<object-name>!~[<time-point>, <time-point>~]__: \\ Returns the strict sub-history of the object with the name <object-name> starting from the earlier of the two time-points and lasting to the latter one. The sub-history contains all values of the object's full history that have been set during the specified interval. In contrast to 'normal' sub-history, this strict sub-history will not maybe start before the specified start-point, but only at the start-point or later (and before the end-point).
* __<object-name>!~[<time-point>, <time-point>~]__: \\ Returns the strict sub-history of the object with the name <object-name> starting from the earlier of the two time-points and lasting to the latter one. The sub-history contains all values of the object's full history that have been set during the specified interval. In contrast to the 'normal' sub-history, this strict sub-history will not maybe start before the specified earlier time-point, but only at that earlier time-point or later (but of course not later than the later time-point).
At line 174 changed 2 lines
average(myQuestion[]) // average of all values myQuestion had before (incl. current one)
average(myQuestion[now-10min, now]) // average of the last 10 minutes
average(myQuestion[]) // average of all values myQuestion had before (incl. current one)
average(myQuestion[now-10min, now]) // average of the last 10 minutes
average(myQuestion![now-10min, now]) // average of all values that were set between 10 minutes ago and now