ModelicaSpecification icon indicating copy to clipboard operation
ModelicaSpecification copied to clipboard

Specification of the Modelica Language

Results 215 ModelicaSpecification issues
Sort by recently updated
recently updated
newest added

**Reported by kurzbach on 25 Mar 2018 17:57 UTC** To parametrize components of classes modifications can be added. These modifications are merged with others, when the class is used as...

MCP
discussion

### Description I have a Modelica model where I am initialising an array of submodels, and with OpenModelica I'm getting "Translation Warning 'each' used when modifying non-array element p" when...

This tickets is intended to collect issues with the [generated HTML spec](https://specification.modelica.org/master/MLS.html), so that we can find someone to fix it in one bigger round: Mobile specific: - [X] Menu...

Generated HTML

Background: https://github.com/modelica/ModelicaSpecification/pull/2901#discussion_r629641182 When using the `inverse` annotation one typically wants the inverse function to remain applicable until at least the `LateInline = true` stage, but the specification doesn't recommend tools...

If I have a class with annotation(Protection(access = Access.hide)); and an instance of this class in a model. What I should be able to do and to see with this...

It might be worth to standardize the Dialog annotation "__Dymola_label" to improve the display of variables in the parameter dialog. Examples: ```mo parameter Real 'alpha 1' = 1 "UTF-8 encoded"...

12.6 says: >Component declarations which do not allow a modification (such as final parameter Real) are declared as protected components in the record constructor function. The obvious starting point to...

Currently it does not seem possible to select to start the state machine in different states in a good way; as the initalState will be active at least one step...

clocked

Consider the following model: ``` model EnumeratorsAreNotElements type Types = enumeration(Real, Integer, Boolean); Types x = Types.Real; end EnumeratorsAreNotElements; ``` My reading of the specification suggests that this is a...

I'm not sure if I got the definition of `shiftSample` ([16.11 in the Specification](https://specification.modelica.org/maint/3.5/synchronous-language-elements.html#sub-clock-conversion-operators)) right. For the following model the `intervalCounter` of `u` will change after the second tick. The...