Skip to content

Commit f441a98

Browse files
authored
Add FMU Manipulation Toolbox to the tools list (#674)
1 parent 3eefd9d commit f441a98

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
@@ -5202,5 +5202,34 @@
52025202
"ME",
52035203
"SE"
52045204
]
5205+
},
5206+
{
5207+
"name": "FMU Manipulation Toolbox",
5208+
"license": "osi",
5209+
"url": "https://github.com/grouperenault/fmu_manipulation_toolbox",
5210+
"vendor": "Renault",
5211+
"logo": "renault-group.svg",
5212+
"vendorURL": "https://www.renault.com",
5213+
"examplesURL": "https://github.com/grouperenault/fmu_manipulation_toolbox/tree/main/doc",
5214+
"description": "FMU Manipulation Toolbox is a Python package that allows you to analyze, modify or even create Functional Mockup Units (FMUs) without recompilation. It is highly customizable. It can modify the modelDescription.xml of existing FMUs. It also includes 'fmucontainer' which allows you to group multiple FMUs into one.",
5215+
"features": [],
5216+
"platforms": [
5217+
"Windows",
5218+
"Source Code"
5219+
],
5220+
"interfaces": [
5221+
"GUI",
5222+
"CLI",
5223+
"library"
5224+
],
5225+
"fmiVersions": [
5226+
"2.0"
5227+
],
5228+
"fmuExport": [
5229+
"CS"
5230+
],
5231+
"fmuImport": [
5232+
"CS"
5233+
]
52055234
}
52065235
]

0 commit comments

Comments
 (0)