Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Data Queries » EV Functions » SCC_GetSalesTariffEntryCount

SCC_GetSalesTariffEntryCount

Valid for: CANoe DE • CANoe4SW DE Note

Function Syntax

long SCC_GetSalesTariffEntryCount ( long Index )

Description

Gets the number of SalesTariffEntries in the SalesTariff within the SAScheduleTuple with the selected index.

Parameters

  • Index: Selected index of the target SAScheduleTuple (< TariffCount).

Return Values

The number of SalesTariffEntries in the SalesTariff within the SAScheduleTuple with the selected index.

Example