Dtc Should Not Be In Memory
Checks if DTC is NOT 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 not in memoryDtc Should Not Be In Memory ${dtc} ${0} ${dut_name}# To check info memory:Dtc Should Not Be In Memory ${dtc} ${1} ${dut_name}