Nest If() Statements
Good Afternoon, I am trying to calculate "pass/fail" based on a give set of spec limits. The problem i am running into is that i have approximately 386 devices on a wafer that is tested on 16 different channels which all have different spec limits. To top that off, I have 2 different test conditions. The only solution i have is a ton of IF() statements If( (:Channel == 0 ) & (:test_output >= 16) &...