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

SCC_SetSelectedScheduleTableEntry

Valid for:  CANoe DE  •  CANoe4SW DE Note
This function needs a running SCC session in order to work. Make sure to call it only after the Session Setup Request message is sent.

Function Syntax

Description

Sets the ID of the selected SAScheduleTuple, which is sent in the messages PowerDeliveryReq and MeteringReceiptReq. Note
For a valid charge session, use one of the SAScheduleTupleIDs sent by the charge point in the message ChargeParameterDiscoveryRes. You can query them using the function SCC_GetSAScheduleTupleID. If no tuple is selected, the vehicle will automatically select the first or newest one.

Parameters

  • ID: Desired SAScheduleTupleID.

Return Values

  • 0: Not successful
  • 1: Successful

Example