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

Iso11783IL_OPSelectActiveWorkingSet

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPSelectActiveWorkingSet( dword workingSetAddress ); // form 1
long Iso11783IL_OPSelectActiveWorkingSet( dbNode implement, dword workingSetAddress ); // form 2

Description

Sends a Select Active Working Set command to the Virtual Terminal to select a new active Working Set. The necessary device name for this command is determined by means of parameter workingSetAddress.

Parameters

  • implement: Simulation node to apply the function.
  • workingSetAddress: Address of the new active Working Set, 0..253.

Return Values

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

Example