Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 859 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 859 Bytes

mo2fmu

Modelica to FMU converter based on dymola

Installation

$ pip install --editable .

Usage

$ mo2fmu --help
Usage: mo2fmu [OPTIONS] MO

  convert a .mo file into a .fmu

Options:
  --fmumodelname TEXT          change the modelname of the fmu, by default use
                               the modelical file stem
  --type [all|cs|me|csSolver]  The fmi types cs, me, all.
  --version TEXT               The fmi version.
  --dymola PATH                path to dymola executable.
  --dymolapath PATH            path to dymola executable.
  --dymolaegg PATH             path to dymola egg file relative to dymola root
                               path.
  -v, --verbose                verbose mode.
  -f, --force                  force fmu generation even if file exists.
  --help                       Show this message and exit.