Skip to main content
Open topic with navigation

TestGetWaitADASDetectedObject

CAPL Functions » ADAS » TestGetWaitADASDetectedObject

Function Syntax

Description

If a Detected Object was the last event that triggered a wait Instruction, the name of the Detected Object can be called up with the TestGetWaitADASDetectedObject function.

Parameters

  • detectedObjectName: The name of the Detected Object that triggered the wait instruction.

Return Values

  • 0: Data access successful
  • -1: Data access could not be executed

Example