I am doing a ParametersVariation experiment. In each run I want to write into an Excel file data collected by an histogram data, but it only saves the data from the last run.
I have tried calling the function excel_file.writeFile();
at the end of each run but it still only saves the data from the last run.