geojson_modelica_translator.modelica.lib.runner.om.compile_fmu

geojson_modelica_translator.modelica.lib.runner.om.compile_fmu(model_name) str

Compile a modelica model with OpenModelica.

(Do not rename this function to compile as it is reserved in Python.)

CLI Usage: omc [Options] (Model.mo | Script.mos) [Libraries | .mo-files]
  • Libraries: Fully qualified names of libraries to load before processing Model or Script.

The libraries should be separated by spaces: Lib1 Lib2 … LibN.