- This topic has 1 reply, 2 voices, and was last updated 2 years, 5 months ago by
Sawyer Ge.
- AuthorPosts
- January 1, 1970 at 12:00 am #81015
Scott Newman
Moderator(Awaiting moderation)
- January 1, 1970 at 12:00 am #83619
Scott Newman
Moderator(Awaiting moderation)
- December 19, 2022 at 7:22 pm #79929
Nuno Fonseca Valente
ParticipantWhen working in OptiBPM, I did a one-variable sweep and because of that I got several iterations. I want to export the data of these iterations, but I ran into a problem where I had to export the data of each iteration separately. This is problematic since for every simulation I run I have to export data from dozens of iterations separately which is time consuming. So I would like to know if there is any way to export the data from the simulation without having to export the data of each iteration separately.
Thanks
Nuno - December 19, 2022 at 7:30 pm #81017
Scott Newman
ModeratorHello Nuno,
From just the parameter sweep you will not be able to automate the export of the data. You would need to setup a script which does the export. You can generate this script from the “Generate User Script” option in the “Parameter Sweep Definition” window. The script will include a for loop with a simulation call. After the call, but still in the for loop, you can add your script lines exporting the data.
Scott
- December 19, 2022 at 7:30 pm #83621
Scott Newman
ModeratorHello Nuno,
From just the parameter sweep you will not be able to automate the export of the data. You would need to setup a script which does the export. You can generate this script from the “Generate User Script” option in the “Parameter Sweep Definition” window. The script will include a for loop with a simulation call. After the call, but still in the for loop, you can add your script lines exporting the data.
Scott
- AuthorPosts
- You must be logged in to reply to this topic.