AdvantechSUSI_WatchDogStart


Starts hardware watchdog timer..

Syntax

C++
Python
 
def AdvantechSUSI_WatchDogStart(
	state: AdvantechSUSI_State,
	inWatchdogTimerId: int,
	/,
	*,
	inDelayTime: int = 0,
	inEventTime: int = 0,
	inResetTime: int = 0,
	inEventType: AdvantechSUSIWatchdogEvent = AdvantechSUSIWatchdogEvent._None_
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState AdvantechSUSI_State
Input value inWatchdogTimerId int 1 - 3
Input value inDelayTime int 0 - 0 Initial delay for the watchdog timer in milliseconds.
Input value inEventTime int 0 - 0 Watchdog timeout interval in milliseconds to trigger an event.
Input value inResetTime int 0 - 0 Watchdog timeout interval in milliseconds to trigger a reset.
Input value inEventType AdvantechSUSIWatchdogEvent AdvantechSUSIWatchdogEvent._None_