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

SCC_GetChargingProfileData

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.

Function Syntax

void SCC_GetChargingProfileData ( long Index, dword& Start, float& MaxPower, long& MaxNumberOfPhases )

Description

Get the content of a charging profile within a ChargeParameterDiscoveryReq message.

Parameters

  • Index: Selected index of the target ChargingProfile (<ChargingProfilesCount>).
  • Start: Gets the start time of the ChargingProfile (via reference).
  • MaxPower: Gets the MaxPower of the ChargingProfile (via reference).
  • MaxNumberOfPhases: Gets the MaxNumberOfPhases of the ChargingProfile (via reference).

Return Values

Example