Skip to main content

OnStationAttributeTriggerAll (Callback)

Valid for: CANoe DE

Function Syntax

Description

This callback is called when the following two conditions are met:
  • The scenario attribute with the name specified in attributeName reaches the next attribute keypoint (value assignment) in the timeline of a scenario station with the name specified in stationName.
  • Scenario attribute property Trigger was set to true in the corresponding scenario file.
The purpose of this callback is to define a reaction on all triggerable attributes of all stations in the scenario. If you only want to react on the attribute triggering of the station’s own attributes only, please use OnStationAttributeTrigger callback function instead.

Parameters

  • stationName: Name of the scenario station
  • attributeName: Name of the scenario station attribute

Return Values

Example