Z4Sight_SetInputDebounceTime
Set input signal debounce.
Syntax
C++
Python
def Z4Sight_SetInputDebounceTime( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inInput: int = 0, inDebounceTime: int = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inInput | int | 0 - 63 | 0 | Input signal. |
![]() |
inDebounceTime | int | 0 - ![]() |
0 | Amount of time the input signal is debounced (in ns). |



