Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EVSE Functions » SCC_GetRemainingTimeToFullSoC

SCC_GetRemainingTimeToFullSoC

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.
  • <InvalidValueSigned> and/or <InvalidValueUnsigned> can be defined in the XML configuration.
  • These are returned if an optional numeric message parameter was queried by this function but not found.
  • See Configuration of Vehicle SCC Nodes or Configuration of Chargepoint SCC Nodes.

Function Syntax

float SCC_GetRemainingTimeToFullSoC ( )

Description

Gets the RemainingTimeToFullSoC of a CurrentDemandReq message.

Parameters

Return Values

Remaining time until full charging condition in seconds.

Example