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.

testWaitForValueChangePropagation

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long testWaitForValueChangePropagation();

Description

Wait until value changes for system variables or value entities have been propagated through the simulation loop. This is especially important if the asynchronous evaluation of constraints and conditions is activated.

Parameters

Return Values

  • -1: General error, for example, functionality is not available.
  • 0: Wait successful

Example

@vars::var1 = 3;
testWaitForValueChangePropagation();
// create checks, add constraints