File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,22 @@ Use the [fmusim](fmusim) executable to simulate an FMU:
1515``` commandline
1616> fmusim --help
1717Usage: fmusim [OPTION]... [FMU]
18- Simulate a Functional Mock-up Unit (FMU) .
18+ Simulate a Functional Mock-up Unit and write the output to result.csv .
1919
2020 --help display this help and exit
2121 --start-time [VALUE] set the start time
2222 --stop-time [VALUE] set the stop time
2323 --output-interval [VALUE] set the output interval
2424 --start-value [name] [value] set a start value
25+ --output-variable [name] record a specific variable
2526 --input-file [FILE] read input from a CSV file
2627 --output-file [FILE] write output to a CSV file
2728 --log-fmi-calls log FMI calls
2829 --fmi-log-file [FILE] set the FMI log file
30+ --solver [euler|cvode] the solver to use
31+ --early-return-allowed allow early return
32+ --event-mode-used use event mode
33+ --record-intermediate-values record outputs in intermediate update
2934
3035Example:
3136
You can’t perform that action at this time.
0 commit comments