07-29-2014 04:38 AM
Hi Everyone!
I have some groups with several channels which I want to Sort and Trim. So I create a loop to sort and trim each of the channel in every group, and I want to save the resulted Sorted and Partial Channels in a new groups which I define, but in any of the required properties of the function it allows me to select the destination group. Any one knows what should I do?
Because the default groups is the one I am sorting and Trimming and I dont want the sorted and trimed data to be saved in there.
Thank you so much
Maria Esmeral
Solved! Go to Solution.
07-30-2014 09:58 AM - edited 07-30-2014 09:58 AM
Hello Maria,
Can you provide an example of what you are currently doing? (eg. data set and script)?
Have you tried changing/setting the default group before calling the SubMat function?
You can do that by calling the Activate function for a specific channel group.
This can be (for example) done the following way to activate the 4th Channel Group:
Call Data.Root.ChannelGroups(4).Activate()