Read Sensitive Feature Status

Reads the current status of a 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

00: disable 01: Enable

Example

${res}= Read Sensitive Feature Status ${feature_id} ${target_connections}[0]

Note

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