Skip to main content
Open topic with navigation

SCC_SetMessageDelay

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Simulation Control » Shared Functions » SCC_SetMessageDelay

Tool Availability

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

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