sysGetVariableValueForDescription
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
Description
Retrieves the value for a value description of a system variable of type long or long array. In this way, you can access the value table of the system variable.Parameters
- namespace: Name of the namespace.
- variable: Name of the variable.
- description: Description for which the value shall be retrieved.
- value: Receives the value for the description.
- SysVarName: Name of the fully qualified name of the system variable, including all namespaces, separated by ”::”. The name must be preceded by “sysVar::”.
Return Values
- 0: no error, function successful
- 2: variable was not found or second try to define the same variable
- 5: there is no description of this value for the variable