Dinit Xcp
Deinits the XCP module, should be called after disconnect_xcp
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
bool: true if the deinit was done successfully; otherwise, False.
Example
${res} = Dinit Xcp ${ecu_name} ${channel_name}Expect True ${res} Deinit XCP was not done successfully (${res})