Write Specific Token
Enables a specified feature in the target ECU, using the specified token selected by the tc.
Arguments Description
feature_id (hex): the id of the feature.
token_index (int): The index of the token in the sfa manager token list that should be used
- 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 Specific Token ${feature_id} ${token_index}