AW00123402000 Physical Interface
Basler ace USB 3.0 67
Setting the Debouncer
You can set a debouncer value for input line Line 1 and for GPIO lines Line 3 and Line 4 if
configured for input:
The debouncer value is determined by the value of the Line Debouncer Time parameter value. The
parameter is set in microseconds and can be set in a range from 0 to 20,000 µs.
1. Use the Line Selector to select, for example, input line Line 1.
2. Set the value of the Line Debouncer Time parameter.
You can set the Line Selector and the value of the Line Debouncer Time parameter from within your
application software by using the Basler pylon API. The following code snippet illustrates using the
API to set the selector and the parameter value:
// Select the input line
camera.LineSelector.SetValue(LineSelector_Line1);
// Set the parameter value e.g. to 10 microseconds
camera.LineDebouncerTime.SetValue(10.0);
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3.1 on page 37.
To set the debouncer: