Hello Everyone,
I am new to DIAdem and I am exploring a method to repeat a standard sequence of operations for 85-90 channel groups. The task goes like this:
Every channel group has a set of three channels, in which some 7 - 8 mathematical operations are to be performed like sum of two channels, average, finding the root mean square value and adding/subtracting the results to the actual channels, finding the arc tan value of the results etc.,
I need to replicate the same task for 85 - 90 channel groups. I tried using the "Enable Recording Mode" in the Script Window and tried to use the script that it generates and use it in a for loop. But since the recording mode, holds the actual name of the channel instead of a reference, it is difficult to edit the names of the channels individually which makes it more cumbersome than the actual work. Hence I need an alternative way of doing the same.
Any help will be much appreciated.