Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Simulation Control » EV Functions » SCC_SetChargeLoopInterval

SCC_SetChargeLoopInterval

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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