Dtc Should Be In Memory

Check if DTC is in error (First memory)/info memory (second memory).

Arguments Description

dtc (int): DTC

memory (int): the id of memory to check the dtc in.

dut_name (str): connection name.

with_details (bool, optional): If true the DTC status will be with details. Defaults to False.

Returns

Dict: dict with the DTC status data

Example

# To check DTC error in memory
Dtc Should Be In Memory ${dtc} ${0} ${dut_name}
# To check info memory:
Dtc Should Be In Memory ${dtc} ${1} ${dut_name}