Read 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: Initial disable 01: Enable 02: Disable 03: Expired FF: invalid value

Example

${res}= Read Feature Status ${feature_id}

Note

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