Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OPSetLabel

Iso11783IL_OPSetLabel

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPSetLabel( dword objectID, dword stringVarIdD, dword fontType, dword graphID ); // form 1
long Iso11783IL_OPSetLabel( dbNode implement, dword objectID, dword stringVarIdD, dword fontType, dword graphID ); // form 2

Description

A Set Label command is sent to the Virtual Terminal.

Parameters

  • objectID: object ID which is assigned to the label
  • stringVarID: object ID of the string variable object
  • fontType: font type
  • graphID: object ID of a graphical object
  • implement: Simulation node to apply the function.

Return Values

  • 0: function has been executed successfully
  • < 0: an error has occurred, see error codes

Example

Iso11783IL_OPSetLabel( 1200, 1250, 1, 1260 );