| Home > Control properties descriptions > | History back Previous chapter Next chapter Print |
TriggerDebounceMode |
|
uEye ActiveX Manual Version 4.00
Description
TriggerDebounceMode sets the signal edge used for the trigger debounce function. The delay can be set using TriggerDebounceDelay. It is recommend to use automatic signal edge selection.
|
|
|
|
Parameters
Type |
Value |
Description |
LONG |
TRIGGER_DEBOUNCE_MODE_NONE |
Disables debouncing the digital input. |
TRIGGER_DEBOUNCE_MODE_FALLING_EDGE |
Debounces the digital input for falling edge signals. |
|
TRIGGER_DEBOUNCE_MODE_RISING_EDGE |
Debounces the digital input for rising edge signals. |
|
TRIGGER_DEBOUNCE_MODE_BOTH_EDGES |
Debounces the digital input for rising or falling edge signals. |
|
TRIGGER_DEBOUNCE_MODE_AUTOMATIC |
Debounces the digital input with automatic edge selection (recommended). The edge is selected based on the set trigger edge (see SetExternalTrigger). |
Related properties
Related functions