Hello, I am really new to diadem and am having trouble looping through every channel in every file in a list of files. [file_1, file_2,...]
my goal is to look through all the channel names of all the groups in file_1 , and if the channel name contains word "demo", I create an offset channel for it, and then move to the next group, check again, and onto file_2, and so on...
This is the code that i tried to far, but it only loops through the channels of the first file and stops.
I want to be able to do this checking operation for all file channels in the "Input_Folder".
Thank you so much for all the help.