Skip to main content
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