Init Xcp

Parses the A2L file provided as argument over a specific channel

Arguments Description

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

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

a2l_file_path (str): Path of A2l file eg ${A2L_PATH} which is defined:

“TestConfigVariablesHilSystemConfValues.resource”

Returns

bool: true if the parsing of A2l succeeded; otherwise, false.

Example

Init Xcp ${ecu_name} ${channel_name} ${a2l_file_path}