Monitor Delta
The monitor delta event observes the change in values that are collected by a monitor.
For example, observing the physical time monitor results in the event being updated every n seconds.
Monitor Delta Properties
- Enabled
- Specifies whether the update event is active or not.
- Evaluated Status
- Displays the current status
of event evaluation (read-only). The possible status are:
- Satisfied: Indicates the update event has been satisfied.
- Unsatisfied: Indicates the update event is not satisfied.
- Unevaluated: Indicates the update event is currently not evaluated.
- Iteration
- Displays the iteration at which the event was last evaluated. This property is read only.
- Monitor
- Specifies which monitor to use for this update event.
- Difference Mode
- Specifies how the difference
(or delta) is calculated:
- Accumulated: The difference is calculated as the accumulation of differences between each consecutive pair of collected monitor values. When the delta is exceeded, the difference between the accumulated delta and the threshold is carried over to the next accumulation.
- Non-Accumulated: The difference is calculated between the current monitor value and the value at the last satisfied iteration. This is an absolute difference, ignoring the intermediate values. When the delta is exceeded, the last satisfied value is updated, resulting in a new comparison point from which the next delta is evaluated.
- Delta Threshold
- The threshold value that triggers the update event.