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_SetMinVoltage

CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » V2G Simulation Data » EVSE Functions » SCC_SetMinVoltage Valid for:  CANoe DE • CANoe4SW DE

Function Syntax

long SCC_SetMinVoltage ( float MinVoltage )

Description

This function sets the EVSEMinimumVoltageLimit of DC_EVSEChargeParameter.

Parameters

  • MinVoltage: Minimum voltage of EVSE [V].

Return Values

  • 0: Not successful
  • 1: Successful

Example