Skip to content

Commit 9a5a016

Browse files
committed
Add fmutool
1 parent b254b76 commit 9a5a016

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

static/assets/tools.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5194,5 +5194,34 @@
51945194
"CS",
51955195
"ME"
51965196
]
5197+
},
5198+
{
5199+
"name": "fmutool",
5200+
"license": "osi",
5201+
"url": "https://github.com/grouperenault/fmutool",
5202+
"vendor": "Renault",
5203+
"logo": "renault-group.svg",
5204+
"vendorURL": "https://www.renault.com",
5205+
"examplesURL": "https://github.com/grouperenault/fmutool/tree/main/doc",
5206+
"description": "FMUTool is a Python library and application that allows you to modify a Functional Mockup Unit (FMU) without recompiling. It mainly modifies the modelDescription.xml file. It is highly customizable. It also includes 'fmucontainer' which allows you to group multiple FMUs into one.",
5207+
"features": [],
5208+
"platforms": [
5209+
"Windows",
5210+
"Source Code"
5211+
],
5212+
"interfaces": [
5213+
"GUI",
5214+
"CLI",
5215+
"library"
5216+
],
5217+
"fmiVersions": [
5218+
"2.0"
5219+
],
5220+
"fmuExport": [
5221+
"CS"
5222+
],
5223+
"fmuImport": [
5224+
"CS"
5225+
]
51975226
}
51985227
]

0 commit comments

Comments
 (0)