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 Data Queries » Shared Functions » SCC_GetMaxPower

SCC_GetMaxPower

Valid for:  CANoe DE •  CANoe4SW DE Note
  • This function can be called only within the assigned callback. The function is used to query the details of a request.
  • This function applies only to the SAScheduleList of ISO 15118.

Function Syntax

float SCC_GetMaxPower ( )

Description

Gets the vehicle’s or the charge point’s maximum power.

Parameters

Return Values

Returns Maximum power of vehicle (AC: EVMaxPower, DC: EVMaximumPowerLimit) or charge point EVSEMaximumPowerLimit.

Example