> ## Documentation Index
> Fetch the complete documentation index at: https://notevil.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CAPLfunctionMOSTPMTempShutdownWakeupTimeout

[Open topic with navigation](../../../../../CANoeDEFamily.htm#Topics/CAPLFunctions/MOST/Functions/CAPLfunctionMOSTPMTempShutdownWakeupTimeout.md)

**CAPL Functions** » **MOST** » **mostPMTempShutdownWakeupTimeout**

# mostPMTempShutdownWakeupTimeout

**Valid for:** CANoe DE

## Function Syntax

```plaintext theme={null}
long mostPMTempShutdownWakeupTimeout (long timeout);
```

## Description

As described in the MOST specification in the chapter "Over-Temperature Management", the [PowerMaster](../../../CANoeCANalyzer/MOST/MOSTSimulationApplicationSocketPowerMaster.md) may try to wake-up the MOST ring, after a temperature shutdown, after a certain time. This function sets the timeout duration.

The default value is 60s.

**Note:** By setting the ["over temperature status"](CAPLfunctionMOSTPMSetOverTemperature.md) in the device of the [PowerMaster](../../../CANoeCANalyzer/MOST/MOSTSimulationApplicationSocketPowerMaster.md), the wake-up attempt will not be performed after the timeout. After resetting the "over temperature status" the application has to perform the wake-up, if necessary.

## Parameters

* **timeout**: Timeout in \[ms].

## Return Values

See [error codes](../CAPLfunctionsMOSTErrorCodes.md)

## Example

—
