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

SCC_GetEnergyTransferType

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.

Function Syntax

long SCC_GetEnergyTransferType ( char[] EnergyTransferType )

Description

Gets the energy transfer type (DIN 70121) resp. energy transfer mode (ISO 15118) from various messages.

Parameters

  • EnergyTransferType: Queries the charging mode used in the message (to the given char buffer). If this is not required, transfer an empty string.

Return Values

Type of requested power supply:
  • 0: AC_Charging
  • 1: DC_Charging

Example