marco
marco

Reputation: 6655

Call function in OpenModelica

Is it possible to execute Modelica functions in OpenModelica without performing a simulation?

In Dymola I can call them from:

Is there anything comparable in OpenModelica?

Upvotes: 1

Views: 623

Answers (1)

Adeel Asghar
Adeel Asghar

Reputation: 587

Yes. In OMEdit,

  1. the Libraries Browser, using Call function
  2. the OpenModelica Compiler CLI under the Tools menu, using the full class path

Note that option 1 is only available in the latest version.

Upvotes: 1

Related Questions