Get List Of Measurements

Gets the list of measurements parsed from A2L File

Arguments Description

ecu_name (str): the ecu name was got from the A2L file e.g.: “/begin MODULE New “, the most used “New”

channel_name (str): switch the A2L file parsed the channel name could be ETH-OBD

Returns

[str]: list of all measurements parsed from the A2l file

Example

${list_of_measurements}= Get List Of Measurements ${channel_name} ${ecu_name}