Adeel Asghar

Results 183 comments of Adeel Asghar

I just tested this with Dymola 2024 and I got the same result. I am not sure if we can handle this. Maybe @perost have any idea. Not sure if...

In OpenModelica we only use the color attribute so for the above example we produce, ``` connect(m1.c, m2.c) annotation( Line(points = {{40, 30}, {70, 30}, {70, 60}}, color = {255,...

> When there is no connectionLine-annotation, take a small selection of attributes from the first Polygon in the icon; the smaller the better, as it avoids conflicting interpretation with the...

Well if we are talking about standardization then we should not consider it in the context of a tool. Lets say you can have components with just ellipses and lines....

I will take a look at it. So instead of html we store markdown in the documentation info annotation, right?

GUI hides the `final` parameters from the user. In this case, for example the `m` inside `transistor_p` is marked `final` at the top level so it is possible to mark/unmark...

> @adeas31 can you add km/h for speed displayUnits and Wh, kWh, MWh, GWh, TWh for energy display unit? We already have the energy display units. PR #12819 adds `km/h`....

Which relevant units? We only show, - Unit - DisplayUnit - if its explicitly defined in the source code - we add displayUnit for some specific units like `rad/s`, `J`...

Its already implemented in #12819. @ceraolo you should get `km/h` as additional unit when you have unit set to `m/s`. This should work fine or am I missing something?