Open topic with navigation CAPL Functions » Smart Charging » SCC Modeling Libraries (Simulation Setup) » Simulation Control » Shared Functions » SCC_SetSchemaDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SCC_SetSchema
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Sets the preferred schema version, corresponding to<SchemaNamespace> and optionally a specific version, in the XML configuration file.
The configured schema will be used unless a different one is derived from the SupportedAppProtocol handshake, and it will be prioritized during the handshake. If unspecified, the latest schema will have the highest priority.
When no version numbers are specified, depending on the context, it will mean any or latest version.
Parameters
- SchemaNamespace: Desired namespace.
- SchemaVersionMajor: Desired major version number, may be -1 for EVSE simulation.
- SchemaVersionMinor: Desired minor version number, may be -1 for EVSE simulation.
Return Values
- 0: Not successful
- 1: Successful