functionloadFiles
Loads Modelica files (``*.mo``).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileNames | ||
| String | encoding | "UTF-8" | |
| Integer | numThreads | OpenModelica.Scripting.numProcessors() | |
| Boolean | uses | true | |
| Boolean | notify | true | Give a notification of the libraries and versions that were loaded |
| Boolean | requireExactVersion | false | If the version is required to be exact, if there is a uses Modelica(version="3.2"), Modelica 3.2.1 will not match it. |
| Boolean | allowWithin | true | Whether to allow the files to have a within-clause other than 'within;'. |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | success |