Get List Ofcharacteristics

Gets the list of characteristics 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”

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

Returns

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

Examples

${list_of_characteristics}= Get List Of Characteristics ${bus_name} ${ecu_name}