Configure Force Short Upload Xcp

Configures whether to force short upload when reading values.

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.

do_force (bool): A boolean flag. If set to True, it will enforce the use of short upload when reading.

Returns

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

Example

Configure Force Short Upload Xcp ${ecu_name} ${channel_name} ${True}