Problem with script to delete redundant measurements specific to certain conditions
I have a data table that is made up of multiple rows of individual measurements in-series that I am trimming before doing a table split function on, however I have a problem with some redundant measurements that I would like to remove but the current code I'm using is extremely slow and likely inefficient for what I need. Background Information:Each row is the result of an individual automated mea...