Write Sensitive Token

Activates sensitive feature in the target ecu.

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 feature is activated or already activated; otherwise, False.

Example

${res}= Write Sensitive token ${feature_id} ${target_connections}[0]

Note

Make sure the ECU is already added with keyword Sfa to Add Ecu.