Skip to main content

ChkConfig_SetTitle

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

Function Syntax

Method Syntax

Method Syntax

Description

Sets the title of a check. The check is displayed in the Write Window and the test report with this title.

Parameters

  • aCheckId: Identifier of the check
  • aTitle: Title of the check

Return Values

  • 0: Title is set successfully
  • -1: Title could not be set due to invalid title parameter, e.g. empty title
  • -4: Title could not be set due to invalid check identifier

Example