SystemModelSimulate["IntroductoryExamples.HelloWorld"]
returns a SystemModelSimulationData object.
CreateSystemModel["MyBall", Ball[]]
returns a SystemModel object
SystemModel["MyBall","ModelicaDisplay"]
displays the Modellica text for it.
Does this mean that SystemModeler is installed so that It operates well on it's own?
SystemModeler[{"WSMExercises.Ex6.MyModels.Inerter"}]
returns with error
SystemModel::nomod: The model WSMExercises.Ex6.MyModels.Inerter was not found.
Whereas,
SystemModeler["IntroductoryExamples.HelloWorld"]
successfully launches SystemModeler with that example.
Does this mean that the installation of SystemModeller isn't properly known to Mathematica, in a way that causes Mathematica to not find the files WSMExercises ... ?