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

SCC_GetServiceParameterNumericalValue

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

long SCC_GetServiceParameterNumericalValue(long i1, long i2)

Description

Gets the numerical value of the parameter with the selected indices.

Parameters

  • i1: Index of the target ParameterSet.
  • i2: Index of the target Parameter.

Return Values

The numerical value of the parameter with the selected indices (see above). Use for value types boolValue, byteValue, shortValue or intValue.

Example