Disconnect Xcp

XCP disconnect from the ecu; should be called in the cleanup of TC; or in case of switching to another A2L

file Also this keyword needs to be called before the dinit_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: return true in case of disconnect was done successfully; otherwise, False.

Example

${disconnect_xcp}= Disconnect Xcp ${ecu_name} ${channel_name}