Related content
Previous snippet
The following Modelica code corresponds to Figure 21. It has a model A, with three properties v1, v2 and v3 of type Real, that are continuous, discrete, and parameter, respectively.
model A
Real v1;
discrete Real v2;
parameter Real v3 = “...”;
end A