-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
The usability of Webmodelica could be greatly improved if we could provide users with a Drop-down menu of "simulateable" models in a project. This could be implemented in the UI by changing the entry field for the model name in the simulation tab to a combo box.
In the backend this would actually also be quite simple: Just load all model files in the project (or if that would lead to problems provide a project-wide setting to choose packages to load) and look for models which have an experiment() annotation. Only select the models that have such an annotation and gather their fully qualified names as list of options for the combo box.
Reactions are currently unavailable