In the experimenter, there is a button called "Set model to selected scenario". When setting a scenario in this way, I would like to preserve the scenario title and display that on the User Interface somewhere.
Is there a way to retrieve the scenario name when setting to a scenario, and potentially store it in a Global Variable?
The obvious choice would be store the scenario name redundantly in a parameter as well as the scenario title, but scenario parameters cannot store arbitrary strings (only pre-defined strings in a an Option type).