Check Xcp Status
Checks the XCP status by ecu if it’s already connected or not
Arguments Description
ecu_name (str): the ecu name was got from the A2L file e.g.: “/begin MODULE New “, the most used “New”
Returns
bool: True if xcp already connected; otherwise, false.
Example
${status}= Check Xcp Status ${ecu_name}