Skip to main content
Open topic with navigation CAPL Functions » General » Function Overview » getStartdelay

getStartdelay

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

int getStartdelay();

Description

Determines the value of the start delay configured for this network node in the Simulation Setup.

Parameters

Return Values

Start delay in ms. If no start delay was set the function returns the value zero.

Example

int val;
...
// Assign to val the value of the start delay
val = getStartdelay();
...
setStartdelay