Changing column values based on the column spec limit
We have a phase test that sometimes likes to flop the value by 360 degrees. I would like a script that can look through the table column data, take an average and then compare it to the LSL / USL. If the sign of the average is opposite the spec limit add 360 to that value. I can't do a blanket If( :test < 0, t1 = :column + 360; t1; ) due to the way the tester handles the data. I have attached a sa...
dale_lehman
atlas100