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 » 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