Clear Feature

Clears a specified feature in the target ECU. ENGINEERING mode is needed to clear features.

Arguments Description

feature_id (hex): the id of the feature.

dut_name (str): connection name like specified in diag manager config (json file)

by default, it uses the first connection in the diag config

Returns

bool: True if writing process succeeded; otherwise, False.

Example

{res}= Clear Feature ${feature_id}

Note

Clear feature if not initially Disabled. Please use only if you really need it for the test steps as it requires changing ecu mode to engineering then set it back.