Skip to main content
Open topic with navigation

SCC_StopSimulation

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Simulation Control » Shared Functions » SCC_StopSimulation Valid for: CANoe DE • CANoe4SW DE

Note

If simulation is restarted after a stop, the XML configuration file will be read in again. While the simulation is deactivated, another data set can be loaded with SCC_LoadCommunicationConfig.

Function Syntax

long SCC_StopSimulation ( )

Description

These functions activate/deactivate the SCC simulation. Note: If the simulation is deactivated, no messages are sent and the API (except SCC_StartSimulation()) has no effect! With the vehicle DLL, the call of SCC_StartSimulation() starts the setup of a connection.

Parameters

Return Values

  • 0: Not successful
  • 1: Successful

Example