AdvantechSUSI_SetThermalProtection


Sets thermal protection.

Syntax

C++
Python
 
def AdvantechSUSI_SetThermalProtection(
	state: AdvantechSUSI_State,
	inProtectionZone: int,
	inSource: AdvantechSUSIBoardTemperatureSensor,
	inEvent: AdvantechSUSITemperatureEvent,
	inEventSend: float,
	inEventClear: float,
	/
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState AdvantechSUSI_State
Input value inProtectionZone int 0 - 3
Input value inSource AdvantechSUSIBoardTemperatureSensor
Input value inEvent AdvantechSUSITemperatureEvent
Input value inEventSend float 1.0 - Unit is Kelvins. When thermal source goes over this value, SUSI will send event according event.
Input value inEventClear float 1.0 - Unit is Kelvins. When thermal source goes below this value, SUSI will clear event according event.