Enumeration |
Hysteresis_t |
Use |
Defines the sensor detection hysteresis value. This is expressed as a percentage of the sensor detection threshold. This is configurable per sensor. HYST_x = hysteresis value is x percent of detection threshold value (rounded down). Note that a minimum value of 2 is used as a hard limit. Example: if detection threshold = 20, then: HYST_50 = 10 (50 percent of 20) HYST_25 = 5 (25 percent of 20) HYST_12_5 = 2 (12.5 percent of 20) HYST_6_25 = 2 (6.25 percent of 20 = 1, but set to the hard limit of 2) |
Values |
Comment |
---|---|
HYST_50 |
50% Hysteresis |
HYST_25 |
25% Hysteresis |
HYST_12_5 |
12.5% Hysteresis |
HYST_6_25 |
6.25% Hysteresis |