Skip to main content
Open topic with navigation

SCC_SetPresentCurrent

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » EVSE Functions » SCC_SetPresentCurrent

Valid for:

CANoe DE • CANoe4SW DE

Function Syntax

long SCC_SetPresentCurrent ( float PresentCurrent )

Description

Sets the present current output. This value is used in various DC messages, and for calculating the MeterInfo in AC mode. If no value is set, the charge point will automatically calculate a default.

Parameters

  • PresentCurrent: Value to be set.

Return Values

  • 0: Not successful
  • 1: Successful

Example