Skip to main content
Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » SLAC Data Queries » EV Functions » SCC_SLAC_GetAttenResults

SCC_SLAC_GetAttenResults

Valid for: CANoe DE • CANoe4SW DE Note

Function Syntax

void SCC_SLAC_GetAttenResults ( float Results[], long& ResultCount )

Description

Gets the measured average attenuation values during the callback SCC_SLACFinishedInd.

Parameters

  • Results: Queries the attenuation results (to the given float buffer). The results are returned sorted, starting with the lowest attenuation.
  • ResultCount: Gets the number of results in the array (via reference).

Return Values

Example