You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, M_LS2 widely uses the Dymola's inline commands which made it impossible to use the library within another tools.
With #111 (planed for v2.5.0), all the functions (hopefully) have been redirected to the Dymola's DymolaCommands library. This could give us a chance to follow the similar principle applied to MSL and ModelicaServices, i.e. to "outsource" all vendor-related functionality to a particular library. Or even to add them to ModelicaServices as well.
Mostly functions to handle plots, simulate models and read stuff from mass storage are needed.
We shall discuss the feasibility of this proposal and a necessary effort.