I have problem storing my data.
First, I want to measure current(case 1), then store the data into a file. Next, (case 2), I also measure current (different application), then store data into another file.
How to calculate average of these two set of data, after write in a file?
Also, I can't take my indicator outside my loop, with 2 loops(case is inside sequence). it shows no assignment to the tunnel. How to solve it?
Hope someone can help me with this. Thanks.