Builder

class Builder

Properties

Link copied to clipboard

Specifies the version of the conditional expression language.

Link copied to clipboard

The logical expression used to recognize what data to collect. For example, $variable.Vehicle.OutsideAirTemperature>= 105.0.

Link copied to clipboard

The minimum duration of time between two triggering events to collect data, in milliseconds.

Link copied to clipboard

Whether to collect data for all triggering events (ALWAYS). Specify (RISING_EDGE), or specify only when the condition first evaluates to false. For example, triggering on "AirbagDeployed"; Users aren't interested on triggering when the airbag is already exploded; they only care about the change from not deployed => deployed.