Write Token

Enables a specified feature in the target ECU, using the parsed token available.

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}= Write Token ${feature_id}