Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » EVSE Functions » SCC_SetEnergyToBeDelivered

SCC_SetEnergyToBeDelivered

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

long SCC_SetEnergyToBeDelivered ( float EnergyToBeDelivered )

Description

Sets the target energy value, which is sent in the ChargeParameterDiscoveryRes message.

Parameters

  • EnergyToBeDelivered: Value to be set.

Return Values

  • 0: Not successful
  • 1: Successful

Example