Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Control » EV Functions » SCC_Shutdown

SCC_Shutdown

Valid for:  CANoe DE •  CANoe4SW DE

Function Syntax

long SCC_Shutdown ( long Terminate )

Description

Stops the charging session when inside the charge loop, by starting a regular shutdown procedure.

Parameters

  • Terminate: If 1, the SessionStopReq is sent with ChargingSession = Terminate, else with ChargingSession = Pause (ISO 15118 only, else this value is ignored).

Return Values

  • 0: Not successful
  • 1: Successful

Example