Fixed om emission

This commit is contained in:
2026-07-20 18:17:45 +02:00
parent d368b36b8c
commit 4cfe7c3a0e
6 changed files with 301 additions and 21 deletions

View File

@@ -648,7 +648,14 @@
],
"annotations": [],
"junctions": [],
"simulation": {}
"simulation": {
"enabled": false,
"startTime": 0.0,
"stopTime": 10.0,
"intervalMode": "numberOfIntervals",
"numberOfIntervals": 5000,
"intervalTime": 0.002
}
}
}
}