Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EV Functions » SCC_GetServiceParameterDataDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SCC_GetServiceParameterData
Valid for: CANoe DE • CANoe4SW DE NoteThis function can be called only within the assigned callback. The function is used to query the details of a request.
Function Syntax
Description
Gets the name and value type of the parameter with the selected indices.Parameters
- i1: Selected index of the target SAScheduleTuple (< TariffCount).
- i2: Selected index of the target SalesTariffEntry (< SalesTariffEntriesCount).
- Name: Queries the name of the parameter with the selected indices (to the given char buffer).
- ValueType: Queries the value type of the parameter with the selected indices (to the given char buffer).
For DIN 70121, ValueType is the actual content of the element<ValueType>. For ISO 15118, the subelement holding the parameter value is evaluated and ValueType is set accordingly. In both cases, there are the same possible results for ValueType, e.g. int, physicalValue, string.