Currently, I am working with Omnetpp and extracting results based on the General-#0.sca and General-#0.vec files in my scenario. Those files generated General.anf files.
The issue: when I ran 1st simulation and I had General.anf, I copied that file to a different place and change the name of it to General_1st.anf. However, when I ran my second simulation with a different configuration (I got the second General.anf named as General_2nd.anf), my General_1st.anf was overwritten with General_2nd.anf file. I opened the General_1st.anf with Omnetpp and saw its graphs/vectors/histograms the same as those in the General_2nd.anf
How can I avoid that issue?
Best regards, Huy Nguyen.