Hi Dmitriy,
yes, that’s the right spot to introduce a new simulation type. You then have to add a new file in the folder +simulation_config. I suggest you take an existing one and utilize the same structure, but adapt the parameters that you want to use in your specific scenario.
To call it, just specify
simulation_type = ‘new_scenario’;
in your launcher file, such that you end up with your new simulation config.
Best regards,
Martin