FMIZoo.collect_fmusFunction
collect_fmus([dst])

Extracts all FMUs found in directory /juliateam/.julia/packages/FMIZoo/a5XUV/models/src into directory dst if specified. Otherwise, the FMUs are moved into a temporary directory.

FMIZoo.download_reference_FMUFunction
download_reference_FMU(modelName::AbstractString, version::AbstractString="0.0.14", fmiversion::AbstractString="2.0")

Returns the path to an FMU from https://github.com/modelica/Reference-FMUs. If neccessary, all available FMUs are downloaded and saved to a temporary directory at first.

FMIZoo.generate_mos_scriptsMethod
generate_mos_scripts()

Generate .mos scripts in /juliateam/.julia/packages/FMIZoo/a5XUV/mos_scripts to automate the tool-dependent creation of FMUs.

FMIZoo.get_model_filenameFunction
get_model_filename(modelName::Union{AbstractString, Integer}, tool::AbstractString, version::AbstractString)

Get the filename of a model. modelName can be a name or ID. Use list_models() to show your options.

FMIZoo.list_modelsMethod
list_models()

Shows which models are available. Prints both their IDs and their names.