Skip to main content
Open topic with navigation

SCC_SetMinCurrent

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » Shared Functions » SCC_SetMinCurrent 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_SetMinCurrent ( float MinCurrent )

Description

Sets the minimum current for the message ChargeParameterDiscoveryReq. A default value can be set using the configuration file.

Parameters

  • MinCurrent: Minimum current value to be set.

Return Values

  • 0: Not successful
  • 1: Successful

Example