Skip to content

Commit af3a7c0

Browse files
authored
adding pathsim to tools.json (including example link)
1 parent adb8269 commit af3a7c0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

static/assets/tools.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6285,5 +6285,32 @@
62856285
"CS",
62866286
"ME"
62876287
]
6288+
},
6289+
{
6290+
"name": "PathSim",
6291+
"license": "osi",
6292+
"url": "https://github.com/milanofthe/pathsim",
6293+
"logo": "pathsim.png",
6294+
"vendor": "Milan Rother",
6295+
"vendorURL": "https://pathsim.readthedocs.io/en/latest",
6296+
"examplesURL": "https://pathsim.readthedocs.io/en/latest/examples/fmu_cosimulation.html",
6297+
"description": "A Python native dynamical system simulation framework in the block diagram paradigm.",
6298+
"features": [],
6299+
"platforms": [
6300+
"macOS",
6301+
"Linux",
6302+
"Windows"
6303+
],
6304+
"interfaces": [
6305+
"library"
6306+
],
6307+
"fmiVersions": [
6308+
"2.0",
6309+
"3.0"
6310+
],
6311+
"fmuExport": [],
6312+
"fmuImport": [
6313+
"CS"
6314+
]
62886315
}
62896316
]

0 commit comments

Comments
 (0)