Dear Ankit,
Why if I carry out the following simulation command doesn't work
In[5]:= SystemModelPlot["WSMExercises.Ex3.MyModels.ElectricKettle"]
it complains with:
"SystemModelPlot::nov: A list of variables to plot is required."
But the simulation is correct because
In[8]:= SystemModelPlot["WSMExercises.Ex3.MyModels.ElectricKettle", "water.T"]
returns the correct plot.
Even thought if I execute the solutions example
In[9]:= SystemModelPlot["WSMExercises.Ex3.Solutions.ElectricKettle"]
it is not mandatory to say "water.T" variable
I don't understand why.
Thanks for any clue.
Regards,