startValuesUpdateList
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DENote
- Call
startValuesUpdateList()in theon stopMeasurementCAPL event handler to save the last variable or signal values, for which start values are defined, for the next measurement start. - If you change the value of a variable or signal value in a CAPL event handler, you cannot call
startValuesUpdateList()in the same handler to save the values just set as start values. The variable or signal value is only changed after the function callstartValuesUpdateList(). Decouple the call tostartValuesUpdateList()via a timer from setting the variable or signal value. Refer to example 2 below.
Function Syntax
Description
Sets the start values of variables/signals in the CANoe DE product Start Value Window to the currently measured values.Parameters
-
groupName: Name of a group containing start values. If
groupNameis defined, then only the active start values contained in this group get the currently measured values. IfgroupNameis not defined or is equal to "", then only the active start values of all groups get the currently measured values. -
onlyActiveStartValues: Determines if active start values get the currently measured values or not. If missing, then only the active start values are considered.
1: Only the active start values get the currently measured values.0: All start values (active and inactive) get the currently measured values.