Monitor Waypoint

The monitor waypoint event assumes that the monitor is sampling a continuous function over time, which could be periodic. The monitor waypoint event triggers an update when the values from two consecutive monitor samples cross a specified waypoint value.

Monitor Waypoint 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.
Waypoint Value
Specifies at which monitor value the event updates.
Direction
Specifies how the monitor must cross the waypoint value to satisfy the update event.
The following options are available:
  • Both : For two consecutive monitor samples, S1 and S2, the update event is satisfied when:
    • S1 is less than the waypoint value and S2 is greater than or equal to the waypoint value.

    or

    • S1 is greater than the waypoint value and S2 is less than or equal to the waypoint value.
  • Ascending: The update event is satisfied only when S1 is less than the waypoint value and S2 is greater than or equal to the waypoint value.
  • Descending: The update event is satisfied only when S1 is greater than the waypoint value and S2 is less than or equal to the waypoint value.