AdvantechSUSI_GetThermalProtection


Gets thermal protection.

Syntax

C++
Python
 
def AdvantechSUSI_GetThermalProtection(
	state: AdvantechSUSI_State,
	inProtectionZone: int,
	/
)
-> (
	outSource: AdvantechSUSIBoardTemperatureSensor,
	outEvent: AdvantechSUSITemperatureEvent,
	outEventSend: float,
	outEventClear: float
)

Parameters

Name Type Range Default Description
Input will be modified ioState AdvantechSUSI_State
Input value inProtectionZone int 0 - 3
Output value outSource AdvantechSUSIBoardTemperatureSensor
Output value outEvent AdvantechSUSITemperatureEvent
Output value outEventSend float Unit is Kelvins. When thermal source goes over this value, SUSI will send event according event.
Output value outEventClear float Unit is Kelvins. When thermal source goes below this value, SUSI will clear event according event.