Semi-ATE / Metis

STDF to PANDAS data frames conversion.
MIT License
13 stars 4 forks source link

Implementation of issue 8 #9

Closed seimit closed 3 years ago

seimit commented 3 years ago

Added a new column in FTR dataframe -> RESULT The value is set from the FTR field TEST_FLG, bits 6 and 7. If the bit 6 is 1, the RESULT value is 0 (RETEST) If the bit 6 is 0, and bit 7 is 1, the RESULT value is 1 (FAIL) If the bit 6 is 0, and bit 7 is 0, the RESULT value is 2 (PASS) If the TEST_FLG is empty, the RESULT value is set to -1