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

Iso11783IL_OPSelectColorMap

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPSelectColorMap( dword colorMapID ); // form 1
long Iso11783IL_OPSelectColorMap( dbNode implement, dword colorMapID ); // form 2

Description

The function selects a color map object. A Select Color Map command is sent to the Virtual Terminal.

Parameters

  • colorMapID: object ID of the color map objects
  • 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_OPSelectColorMap( 1400 );