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

Iso11783IL_OPSaveAuxAssignment

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPSaveAuxAssignment( char filename[] ); // form 1
long Iso11783IL_OPSaveAuxAssignment( dbNode implement, char filename[] ); // form 2

Description

The function saves the current auxiliary input assignment as Preferred Auxiliary Input Assignment in an INI file. With the function Iso11783IL_OPLoadAuxAssignment the Preferred Assignment can be load and used again.

Parameters

  • filename: Filename of an INI file (*.ini)
  • 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_OPSaveAuxAssignment( "Sprayer.INI");