Skip to main content
Open topic with navigation

SCC_SetTargetCurrent

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » EV Functions » SCC_SetTargetCurrent

Tool Availability

Valid for: CANoe DE • CANoe4SW DE

Note

This function needs a running SCC session in order to work. Make sure to call it only after the Session Setup Request message is sent.

Function Syntax

long SCC_SetTargetCurrent ( float TargetCurrent )

Description

Sets the desired current. These limits are used in various DC messages. If no values are set, the vehicle will automatically calculate defaults.

Parameters

  • TargetCurrent: Value to be set.

Return Values

  • 0: Not successful
  • 1: Successful

Example