Skip to main content

StartSimulation

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

MethodReturnValueType StartSimulation ( )

Description

This function activates the StateMachine of the EV/EVSE it is called on.

Parameters

Return Values

MethodReturnValueType

All function calls (except for indications) will return a MethodReturnValueType indicating whether the call was successful or not. Possible values:
  • 0: OK
  • 1: InvalidArgument
  • 2: NoMatchingElementFound
  • 3: UnknownError

Example