Configure Message Timeout Xcp

Configures the timeout for receiving message responses.

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.

timeout (int): The message timeout in milliseconds, which must be a positive integer.

Returns

bool: True if the configuration succeeded; otherwise, False.

Example

Configure Message Timeout Xcp ${ecu_name} ${channel_name} ${1}