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
BaseModelica supports creating custom types and records from combinations of the built in types. Record fields need to be able to be set in the model, and then used in model equations as well.
In order to have record and type constructors we'll also need to be able to define functions from BaseModelica as well.
The text was updated successfully, but these errors were encountered:
BaseModelica supports creating custom types and records from combinations of the built in types. Record fields need to be able to be set in the model, and then used in model equations as well.
In order to have record and type constructors we'll also need to be able to define functions from BaseModelica as well.
The text was updated successfully, but these errors were encountered: