FilterModeType Parameter

The FilterModeType parameter defines how time periods before and after transitions in the filter condition should be handled.

When the FilterModeType parameter is applied, then the Start time and End time are specified as:

  • ExactTime
  • BeforeTime
  • AfterTime
  • BeforeAndAfterTime

For example, AfterTime indicates that the filter condition should be True starting at the timestamp of the archive value that triggered the True condition, and leading up to the timestamp of the archive value that triggered the False condition.

PropertiesDescriptionValue
ExactTimeRetrieves data for the exact times that the filter condition is True.1
BeforeTimeRetrieves data from the timestamp of the last False filter condition to the timestamp of the next True condition.2
AfterTimeRetrieves data from the timestamp of the True filter condition to the timestamp of the next False condition.3
BeforeAndAfterTimeRetrieves data from the timestamp of the last False filter condition to the timestamp of the next False condition. 4