mostParamGet
Valid for: CANoe DEFunction Syntax
Description
Query of a parameter value from an AMS message using the parameter name from the XML function catalog. Suitable for parameter types ‘Number’, ‘Enum’, ‘BitField’ and ‘Bool’. Note: For parameters of type ‘Array’ or ‘Sequence’ the size (number of elements) of the parameter is retrieved. The array size cannot be determined, if the parameter ‘Pos’ selects only one array element. Example:Parameters
- msg: Message from which the parameter value should be read.
- paramAdr: Identification of parameters (see symbolic identification of parameters).
- arrayIndex: Parameter index in arrays or sequences. This declaration overwrites the indexing in the brackets of
<paramAdr>.