Skip to main content
Open topic with navigation CAPL Functions » General » Function Overview » startValuesUpdateSymbols

startValuesUpdateSymbols

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

void startValuesUpdateSymbols(char groupName[]);

Description

Sets the variables/signals contained in a specific group to their individual start values in the CANoe DE product Start Value Window.

Parameters

  • groupName: Name of a group containing variables/signals that are set to their individual start values.
    • If groupName is equal to "", then all variables/signals contained in the Start Values Window are set to their individual start values.

Return Values

Example

on key '3'
{
    startValuesUpdateSymbols("Start values group2");
}

on key '4'
{
    startValuesUpdateSymbols("");
}
startValuesUpdateList