> ## 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.

# CAPLfunctionSCCSetMessageDelay

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

## SCC\_SetMessageDelay

**CAPL Functions** » [Smart Charging](../CAPLFunctionsSmartChargingOverview.md) » [SCC Modeling Libraries (Simulation Setup)](../CAPLFunctionsSmartChargingOverview.md#BMNodeayerDLL) » [Simulation Control](../CAPLFunctionsSmartChargingOverview.md#SimulationControl) » [Shared Functions](../CAPLFunctionsSmartChargingOverview.md#SimulationControl) » SCC\_SetMessageDelay

### Tool Availability

[Valid for](../../../Shared/FeatureAvailability.md):  CANoe DE  •  CANoe4SW DE

### Function Syntax

```plaintext theme={null}
void SCC_SetMessageDelay ( dword Delay ) // form 1
void SCC_SetMessageDelay ( dword Delay, float JitterPercent ) // form 2
```

### Description

Specifies the delay time before an SCC message is sent. This allows you to slow down the protocol sequence. The delay applies to all active connections of the module.

### Parameters

* **Delay**: Desired delay value in milliseconds.
* **JitterPercent**: Desired jitter (max. random variation) in % of Delay.

### Return Values

—

### Example

—
