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

SCC_SetPresentVoltage

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » EVSE Functions » SCC_SetPresentVoltage

Tool Availability

Valid for:  CANoe DE  •  CANoe4SW DE

Function Syntax

long SCC_SetPresentVoltage ( float PresentVoltage )

Description

Sets the current voltage output. This value is used in various DC messages, and for calculating the MeterInfo in AC mode. If no value is set, the charge point will automatically calculate a default.

Parameters

  • PresentVoltage: Value to be set.

Return Values

  • 0: Not successful
  • 1: Successful

Example