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

# CAPLfunctionSCCSetChargeLoopInterval

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

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

# SCC\_SetChargeLoopInterval

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

## Function Syntax

```plaintext theme={null}
void SCC_SetChargeLoopInterval ( dword Interval )
void SCC_SetChargeLoopInterval ( dword Interval, float jitterPercent )
```

## Description

Specifies the interval time between consecutive requests when inside the charge loop. Does not apply to **MeteringReceipt**.

## Parameters

* **Interval**: Desired interval time in milliseconds
* **JitterPercent**: Desired jitter (max. random variation) in % of Interval

## Return Values

—

## Example

—
