Notification condition properties
- Last UpdatedSep 06, 2023
- 2 minute read
Refer to the following table for the key configurable properties of notification condition.
Condition properties
|
Property |
Description |
Valid values |
|---|---|---|
|
ConditionExpression |
The expression used for the evaluation of the capture condition. This property is available when the DetectType is Boolean or ValueChange. Click Browse (...) to open the Expression Editor. Use the Expression Editor to build the conditional rule that defines when to capture data. |
Any valid expression |
|
Deadband |
The number of seconds to ignore a repeated trigger, until the deadband expires. This property is for advanced use only. There may be scenarios where you want the condition to be enabled, but you don’t want repeated triggering to be reported within a given amount of time. You can use the Deadband property to set a time threshold to ignore repeated triggering. |
Integers |
|
DetectionType |
Indicates whether the condition fires based on the result of a Boolean condition, on a change of value, or when a trigger fires.
A Boolean condition is a True or False condition. You can combine the Boolean with other capture conditions (effectively OR), and you can use the Boolean in conjunction with the EnabledWhenExpression (effectively AND). The Deadband property is not used with this detection type. |
Boolean, ValueChange, Triggers |
|
EnabledWhenExpression |
An expression that determines when the capture condition is enabled. Each capture condition has an EnabledWhenExpression property that stops the condition from capturing data unless this property is set to True or the condition is met. This property is for advanced use only. |
Any valid expression |
