Neousys_SetWatchdogTimer
Sets watchdog timer properties on a Neousys computer.
Syntax
C++
Python
def Neousys_SetWatchdogTimer( state: Neousys_State, inTicks: int, inUnit: NeousysWatchdogTimerUnit, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Neousys_State | |||
![]() |
inTicks | int | 1 - 65535 | Number of ticks to set the watchdog timer to | |
![]() |
inUnit | NeousysWatchdogTimerUnit | Unit of the ticks |


