Untitled

 avatar
unknown
xml
2 years ago
362 B
4
Indexable
Read sheet CHIP ID2 of regall.xlxs
For all cell in sheet:
if cell_value != expected_value begin
	Case 1: if cell_value ^ expected_value
		Delay …
		Write expected_value then read
		If read_value == cell_value => successful error generation
	Case 2: if cell_value ^ expected_value
Delay …
Write then read
	Case 3: else Unknown
end
else No Errors
Editor is loading...